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

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

#include <QuadBilinearLgn.h>

Static Public Attributes

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

Detailed Description

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

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

Member Data Documentation

int GaussianNum = 9
static
T GaussianPoints
static
Initial value:
= {
{0.11270166537950, 0.11270166537950}, {0.5, 0.11270166537950}, {0.88729833462050, 0.11270166537950},
{0.11270166537950, 0.5}, {0.5, 0.5}, {0.88729833462050, 0.5},
{0.11270166537950, 0.88729833462050}, {0.5, 0.88729833462050}, {0.88729833462050, 0.88729833462050}
}
T GaussianWeights
static
Initial value:
= {
0.07716049378395, 0.12345679007654, 0.07716049378395,
0.12345679007654, 0.19753086415802, 0.12345679007654,
0.07716049378395, 0.12345679007654, 0.07716049378395
}

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