Public Member Functions | Static Private Attributes | List of all members
oomph::TGauss< 3, 5 > Class Reference

3D Gaussian integration class for tets. 45 integration points. This integration scheme can integrate up to eighth-order polynomials exactly and is therefore a suitable "full" integration scheme for quartic elements in which the highest-order polynomial is fourth order. The numbers are from Keast CMAME 55 pp339-348 (1986) More...

#include <integral.h>

+ Inheritance diagram for oomph::TGauss< 3, 5 >:

Public Member Functions

 TGauss ()
 Default constructor (empty) More...
 
 TGauss (const TGauss &dummy)=delete
 Broken copy constructor. More...
 
void operator= (const TGauss &)=delete
 Broken assignment operator. More...
 
unsigned nweight () const
 Number of integration points of the scheme. More...
 
double knot (const unsigned &i, const unsigned &j) const
 Return coordinate x[j] of integration point i. More...
 
double weight (const unsigned &i) const
 Return weight of integration point i. More...
 
- Public Member Functions inherited from oomph::Integral
 Integral ()
 Default constructor (empty) More...
 
 Integral (const Integral &dummy)=delete
 Broken copy constructor. More...
 
void operator= (const Integral &)=delete
 Broken assignment operator. More...
 
virtual ~Integral ()
 Virtual destructor (empty) More...
 
virtual Vector< double > knot (const unsigned &i) const
 Return local coordinates of i-th intergration point. Broken virtual. More...
 

Static Private Attributes

static const unsigned Npts = 45
 Number of integration points in the scheme. More...
 
static const double Knot [45][3]
 Array to hold the weights and knots (defined in cc file) More...
 
static const double Weight [45]
 

Detailed Description

3D Gaussian integration class for tets. 45 integration points. This integration scheme can integrate up to eighth-order polynomials exactly and is therefore a suitable "full" integration scheme for quartic elements in which the highest-order polynomial is fourth order. The numbers are from Keast CMAME 55 pp339-348 (1986)

Definition at line 1236 of file integral.h.

Constructor & Destructor Documentation

◆ TGauss() [1/2]

oomph::TGauss< 3, 5 >::TGauss ( )
inline

Default constructor (empty)

Definition at line 1246 of file integral.h.

◆ TGauss() [2/2]

oomph::TGauss< 3, 5 >::TGauss ( const TGauss< 3, 5 > &  dummy)
delete

Broken copy constructor.

Member Function Documentation

◆ knot()

double oomph::TGauss< 3, 5 >::knot ( const unsigned &  i,
const unsigned &  j 
) const
inlinevirtual

Return coordinate x[j] of integration point i.

Implements oomph::Integral.

Definition at line 1261 of file integral.h.

References i.

◆ nweight()

unsigned oomph::TGauss< 3, 5 >::nweight ( ) const
inlinevirtual

Number of integration points of the scheme.

Implements oomph::Integral.

Definition at line 1255 of file integral.h.

◆ operator=()

void oomph::TGauss< 3, 5 >::operator= ( const TGauss< 3, 5 > &  )
delete

Broken assignment operator.

◆ weight()

double oomph::TGauss< 3, 5 >::weight ( const unsigned &  i) const
inlinevirtual

Return weight of integration point i.

Implements oomph::Integral.

Definition at line 1267 of file integral.h.

References i.

Member Data Documentation

◆ Knot

const double oomph::TGauss< 3, 5 >::Knot
staticprivate

Array to hold the weights and knots (defined in cc file)

Definition at line 1242 of file integral.h.

◆ Npts

const unsigned oomph::TGauss< 3, 5 >::Npts = 45
staticprivate

Number of integration points in the scheme.

Definition at line 1240 of file integral.h.

◆ Weight

const double oomph::TGauss< 3, 5 >::Weight
staticprivate
Initial value:
= {
-3.93270066412926145e-02, 4.08131605934270525e-03, 4.08131605934270525e-03,
4.08131605934270525e-03, 4.08131605934270525e-03, 6.58086773304341943e-04,
6.58086773304341943e-04, 6.58086773304341943e-04, 6.58086773304341943e-04,
4.38425882512284693e-03, 4.38425882512284693e-03, 4.38425882512284693e-03,
4.38425882512284693e-03, 4.38425882512284693e-03, 4.38425882512284693e-03,
1.38300638425098166e-02, 1.38300638425098166e-02, 1.38300638425098166e-02,
1.38300638425098166e-02, 1.38300638425098166e-02, 1.38300638425098166e-02,
4.24043742468372453e-03, 4.24043742468372453e-03, 4.24043742468372453e-03,
4.24043742468372453e-03, 4.24043742468372453e-03, 4.24043742468372453e-03,
4.24043742468372453e-03, 4.24043742468372453e-03, 4.24043742468372453e-03,
4.24043742468372453e-03, 4.24043742468372453e-03, 4.24043742468372453e-03,
2.23873973961420164e-03, 2.23873973961420164e-03, 2.23873973961420164e-03,
2.23873973961420164e-03, 2.23873973961420164e-03, 2.23873973961420164e-03,
2.23873973961420164e-03, 2.23873973961420164e-03, 2.23873973961420164e-03,
2.23873973961420164e-03, 2.23873973961420164e-03, 2.23873973961420164e-03}

Definition at line 1242 of file integral.h.


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