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

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

#include <HexTrilinearLgn.h>

Static Public Attributes

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

Detailed Description

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

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

Member Data Documentation

int GaussianNum = 27
static
T GaussianPoints
static
Initial value:
=
{
{0.11270166537950, 0.11270166537950, 0.11270166537950}, {0.5, 0.11270166537950, 0.11270166537950}, {0.88729833462050, 0.11270166537950, 0.11270166537950},
{0.11270166537950, 0.5, 0.11270166537950}, {0.5, 0.5, 0.11270166537950}, {0.88729833462050, 0.5, 0.11270166537950},
{0.11270166537950, 0.88729833462050, 0.11270166537950}, {0.5, 0.88729833462050, 0.11270166537950}, {0.88729833462050, 0.88729833462050, 0.11270166537950},
{0.11270166537950, 0.11270166537950, 0.5}, {0.5, 0.11270166537950, 0.5}, {0.88729833462050, 0.11270166537950, 0.5},
{0.11270166537950, 0.5, 0.5}, {0.5, 0.5, 0.5}, {0.88729833462050, 0.5, 0.5},
{0.11270166537950, 0.88729833462050, 0.5}, {0.5, 0.88729833462050, 0.5}, {0.88729833462050, 0.88729833462050, 0.5},
{0.11270166537950, 0.11270166537950, 0.88729833462050}, {0.5, 0.11270166537950, 0.88729833462050}, {0.88729833462050, 0.11270166537950, 0.88729833462050},
{0.11270166537950, 0.5, 0.88729833462050}, {0.5, 0.5, 0.88729833462050}, {0.88729833462050, 0.5, 0.88729833462050},
{0.11270166537950, 0.88729833462050, 0.88729833462050}, {0.5, 0.88729833462050, 0.88729833462050}, {0.88729833462050, 0.88729833462050, 0.88729833462050}
}
T GaussianWeights
static
Initial value:
=
{
0.03429355278944, 0.05486968447298, 0.03429355278944,
0.05486968447298, 0.08779149517257, 0.05486968447298,
0.03429355278944, 0.05486968447298, 0.03429355278944,
0.03429355278944, 0.05486968447298, 0.03429355278944,
0.05486968447298, 0.08779149517257, 0.05486968447298,
0.03429355278944, 0.05486968447298, 0.03429355278944,
0.03429355278944, 0.05486968447298, 0.03429355278944,
0.05486968447298, 0.08779149517257, 0.05486968447298,
0.03429355278944, 0.05486968447298, 0.03429355278944
}

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