![]() |
|
Inheritance diagram for MyIntegral:Public Member Functions | |
| MyIntegral (const unsigned &n_knot) | |
| MyIntegral (const MyIntegral &dummy) | |
| Broken copy constructor. More... | |
| unsigned | nweight () const |
| Number of integration points of the scheme. More... | |
| double | knot (const unsigned &i, const unsigned &j) const |
| Return coordinate s[j] (j=0) of integration point i –. More... | |
| double | weight (const unsigned &i) const |
| Return weight of integration point i. More... | |
| MyIntegral (const unsigned &n_knot) | |
| MyIntegral (const MyIntegral &dummy) | |
| Broken copy constructor. More... | |
| void | operator= (const MyIntegral &) |
| 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 s[j] (j=0) 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... | |
Private Attributes | |
| unsigned | N_knot |
| Number of integration points. More... | |
////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// One-dimensional integration scheme that locates integration points uniformly along boundary (if elements are equal sized, that is...)
|
inline |
Constructor: Specify number of uniformly spaced sample points in unit interval
|
inline |
Broken copy constructor.
References oomph::BrokenCopy::broken_copy().
|
inline |
Constructor: Specify number of uniformly spaced sample points in unit interval
|
inline |
Broken copy constructor.
References oomph::BrokenCopy::broken_copy().
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Broken assignment operator.
References oomph::BrokenCopy::broken_assign().
Return weight of integration point i.
Implements oomph::Integral.
Return weight of integration point i.
Implements oomph::Integral.
|
private |
Number of integration points.