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

Class with weights and coordinates for 2nd order Gaussian integration. More...

#include <TetLinearLgn.h>

Static Public Attributes

static int GaussianNum = 4
 
static T GaussianPoints [4][3]
 
static T GaussianWeights [4] = {.25, .25, .25, .25}
 

Detailed Description

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

Class with weights and coordinates for 2nd order Gaussian integration.

Member Data Documentation

int GaussianNum = 4
static
T GaussianPoints
static
Initial value:
= {
{0.138196601125011, 0.138196601125011, 0.138196601125011},
{0.585410196624969, 0.138196601125011, 0.138196601125011},
{0.138196601125011, 0.585410196624969, 0.138196601125011},
{0.138196601125011, 0.138196601125011, 0.585410196624969}}
T GaussianWeights = {.25, .25, .25, .25}
static

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