![]() |
|
#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... | |
Specialisation for two-dimensional elements, in which the highest order polynomial is cubic, so we need the integration scheme for the unenriched cubic element
|
inline |