Public Member Functions | List of all members
oomph::TBubbleEnrichedGauss< 2, 3 > Class Reference

Specialisation for two-dimensional elements, in which the highest order polynomial is cubic, so we need the integration scheme for the unenriched cubic element. More...

#include <Telements.h>

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

Public Member Functions

 TBubbleEnrichedGauss ()
 
- Public Member Functions inherited from oomph::TGauss< 2, 4 >
 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...
 

Detailed Description

Specialisation for two-dimensional elements, in which the highest order polynomial is cubic, so we need the integration scheme for the unenriched cubic element.

Definition at line 3590 of file Telements.h.

Constructor & Destructor Documentation

◆ TBubbleEnrichedGauss()

Definition at line 3593 of file Telements.h.


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