SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
TriGaussian3< T > Class Template Reference

Class with weights and coordinates for 3rd order Gaussian integration. More...

#include <TriLinearLgn.h>

Static Public Attributes

static int GaussianNum = 7
 
static T GaussianPoints [7][2]
 
static T GaussianWeights [7]
 

Detailed Description

template<class T>
class SCIRun::Core::Basis::TriGaussian3< T >

Class with weights and coordinates for 3rd order Gaussian integration.

Member Data Documentation

int GaussianNum = 7
static
T GaussianPoints
static
Initial value:
= {
{0.1012865073, 0.1012865073}, {0.7974269853, 0.1012865073}, {0.1012865073, 0.7974269853},
{0.4701420641, 0.0597158717}, {0.4701420641, 0.4701420641}, {0.0597158717, 0.4701420641},
{0.3333333333, 0.3333333333}}
T GaussianWeights
static
Initial value:
=
{0.1259391805, 0.1259391805, 0.1259391805, 0.1323941527, 0.1323941527, 0.1323941527, 0.225}

The documentation for this class was generated from the following file: