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

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

#include <PrismLinearLgn.h>

Static Public Attributes

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

Detailed Description

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

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

Member Data Documentation

int GaussianNum = 6
static
T GaussianPoints
static
Initial value:
= {
{1./6.,1./6., 0.211324865405}, {2./3.,1./6., 0.211324865405},
{1./6.,2./3., 0.211324865405}, {1./6.,1./6., 0.788675134595},
{2./3.,1./6., 0.788675134595}, {1./6.,2./3., 0.788675134595}}
T GaussianWeights
static
Initial value:
=
{1./6., 1./6., 1./6., 1./6., 1./6., 1./6.}

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