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

2D Gaussian integration class for quadratic triangles. Seven integration points. This integration scheme can integrate up to fifth-order polynomials exactly and is therefore a suitable "full" integration scheme for quadratic (six-node) elements in which the highest-order polynomial is fourth order. More...

#include <integral.h>

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

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 = 7
 Number of integration points in the scheme. More...
 
static const double Knot [7][2]
 Array to hold the weights and knots (defined in cc file) More...
 
static const double Weight [7]
 

Detailed Description

2D Gaussian integration class for quadratic triangles. Seven integration points. This integration scheme can integrate up to fifth-order polynomials exactly and is therefore a suitable "full" integration scheme for quadratic (six-node) elements in which the highest-order polynomial is fourth order.

Definition at line 866 of file integral.h.

Constructor & Destructor Documentation

◆ TGauss() [1/2]

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

Default constructor (empty)

Definition at line 876 of file integral.h.

◆ TGauss() [2/2]

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

Broken copy constructor.

Member Function Documentation

◆ knot()

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

Return coordinate x[j] of integration point i.

Implements oomph::Integral.

Definition at line 891 of file integral.h.

References i.

◆ nweight()

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

Number of integration points of the scheme.

Implements oomph::Integral.

Definition at line 885 of file integral.h.

◆ operator=()

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

Broken assignment operator.

◆ weight()

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

Return weight of integration point i.

Implements oomph::Integral.

Definition at line 897 of file integral.h.

References i.

Member Data Documentation

◆ Knot

const double oomph::TGauss< 2, 3 >::Knot
staticprivate
Initial value:
= {{0.1012865073235, 0.1012865073235},
{0.7974269853531, 0.1012865073235},
{0.1012865073235, 0.7974269853531},
{0.4701420641051, 0.0597158717898},
{0.4701420641051, 0.4701420641051},
{0.0597158717898, 0.4701420641051},
{0.3333333333333, 0.3333333333333}}

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

Definition at line 872 of file integral.h.

◆ Npts

const unsigned oomph::TGauss< 2, 3 >::Npts = 7
staticprivate

Number of integration points in the scheme.

Definition at line 870 of file integral.h.

◆ Weight

const double oomph::TGauss< 2, 3 >::Weight
staticprivate
Initial value:
= {0.5 * 0.1259391805448,
0.5 * 0.1259391805448,
0.5 * 0.1259391805448,
0.5 * 0.1323941527885,
0.5 * 0.1323941527885,
0.5 * 0.1323941527885,
0.5 * 0.225}

Definition at line 872 of file integral.h.


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