#include <integral.h>
Additional Inherited Members | |
![]() | |
Integral () | |
Default constructor (empty) More... | |
Integral (const Integral &dummy) | |
Broken copy constructor. More... | |
void | operator= (const Integral &) |
Broken assignment operator. More... | |
virtual | ~Integral () |
Virtual destructor (empty) More... | |
virtual unsigned | nweight () const =0 |
Return the number of integration points of the scheme. More... | |
virtual double | knot (const unsigned &i, const unsigned &j) const =0 |
Return local coordinate s[j] of i-th integration point. More... | |
virtual Vector< double > | knot (const unsigned &i) const |
Return local coordinates of i-th intergration point. More... | |
virtual double | weight (const unsigned &i) const =0 |
Return weight of i-th integration point. More... | |
Integration scheme formed by the tensor product of two integration schemes
Definition at line 165 of file integral.h.