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

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

#include <HexTrilinearLgn.h>

Static Public Attributes

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

Detailed Description

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

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

Member Data Documentation

int GaussianNum = 8
static
T GaussianPoints
static
Initial value:
= {
{0.211324865405, 0.211324865405, 0.211324865405},
{0.788675134595, 0.211324865405, 0.211324865405},
{0.788675134595, 0.788675134595, 0.211324865405},
{0.211324865405, 0.788675134595, 0.211324865405},
{0.211324865405, 0.211324865405, 0.788675134595},
{0.788675134595, 0.211324865405, 0.788675134595},
{0.788675134595, 0.788675134595, 0.788675134595},
{0.211324865405, 0.788675134595, 0.788675134595}}
T GaussianWeights
static
Initial value:
=
{.125, .125, .125, .125, .125, .125, .125, .125}

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