#include <integral.h>
Inheritance diagram for oomph::TGauss< 2, 13 >:Public Member Functions | |
| TGauss () | |
| Default constructor (empty) | |
| TGauss (const TGauss &dummy)=delete | |
| Broken copy constructor. | |
| void | operator= (const TGauss &)=delete |
| Broken assignment operator. | |
| unsigned | nweight () const |
| Number of integration points of the scheme. | |
| double | knot (const unsigned &i, const unsigned &j) const |
| Return coordinate x[j] of integration point i. | |
| double | weight (const unsigned &i) const |
| Return weight of integration point i. | |
Public Member Functions inherited from oomph::Integral | |
| Integral () | |
| Default constructor (empty) | |
| Integral (const Integral &dummy)=delete | |
| Broken copy constructor. | |
| void | operator= (const Integral &)=delete |
| Broken assignment operator. | |
| virtual | ~Integral () |
| Virtual destructor (empty) | |
| virtual Vector< double > | knot (const unsigned &i) const |
| Return local coordinates of i-th intergration point. Broken virtual. | |
Static Private Attributes | |
| static const unsigned | Npts = 37 |
| Number of integration points in the scheme. | |
| static const double | Knot [37][2] |
| Array to hold the weights and knots (defined in cc file) | |
| static const double | Weight [37] |
Definition at line 957 of file integral.h.
|
inline |
Default constructor (empty)
Definition at line 967 of file integral.h.
|
delete |
Broken copy constructor.
Return coordinate x[j] of integration point i.
Implements oomph::Integral.
Definition at line 982 of file integral.h.
References i.
|
inlinevirtual |
Number of integration points of the scheme.
Implements oomph::Integral.
Definition at line 976 of file integral.h.
|
delete |
Broken assignment operator.
|
inlinevirtual |
Return weight of integration point i.
Implements oomph::Integral.
Definition at line 988 of file integral.h.
References i.
|
staticprivate |
Array to hold the weights and knots (defined in cc file)
Definition at line 963 of file integral.h.
|
staticprivate |
Number of integration points in the scheme.
Definition at line 961 of file integral.h.
|
staticprivate |
Definition at line 963 of file integral.h.