![]() |
|
#include <integral.h>
Inheritance diagram for oomph::TGauss< 1, 2 >: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 = 2 |
| Number of integration points in the scheme. More... | |
| static const double | Knot [2][1] |
| Array to hold the weights and knots (defined in cc file) More... | |
| static const double | Weight [2] = {0.5, 0.5} |
1D Gaussian integration class for linear "triangular" elements. Two integration points. This integration scheme can integrate up to second-order polynomials exactly and is therefore a suitable "full" integration scheme for linear (two-node) elements in which the highest-order polynomial is quadratic.
|
inline |
|
delete |
Broken copy constructor.
|
inlinevirtual |
Return coordinate x[j] of integration point i.
Implements oomph::Integral.
|
inlinevirtual |
Number of integration points of the scheme.
Implements oomph::Integral.
|
delete |
Broken assignment operator.
|
inlinevirtual |
Return weight of integration point i.
Implements oomph::Integral.
References i, and ProblemParameters::Weight.
|
staticprivate |
Array to hold the weights and knots (defined in cc file)
|
staticprivate |
Number of integration points in the scheme.
|
staticprivate |