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

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

#include <TetLinearLgn.h>

Static Public Attributes

static int GaussianNum = 11
 
static T GaussianPoints [11][3]
 
static T GaussianWeights [11]
 

Detailed Description

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

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

Member Data Documentation

int GaussianNum = 11
static
T GaussianPoints
static
Initial value:
= {
{0.2500000, 0.2500000, 0.2500000},
{0.7857143, 0.07142857, 0.07142857},
{0.07142857, 0.7857143, 0.07142857},
{0.07142857, 0.07142857, 0.7857143},
{0.07142857, 0.07142857, 0.07142857},
{0.1005964, 0.1005964, 0.3994034},
{0.1005964, 0.3994034, 0.1005964},
{0.1005964, 0.3994034, 0.3994034},
{0.3994034, 0.1005964, 0.1005964},
{0.3994034, 0.1005964, 0.3994034},
{0.3994034, 0.3994034, 0.1005964}}
T GaussianWeights
static
Initial value:
= {
-0.01315556,
0.007622222,
0.007622222,
0.007622222,
0.007622222,
0.02488889,
0.02488889,
0.02488889,
0.02488889,
0.02488889,
0.02488889}

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