![]() |
OGS
|
Gauss-Legendre quadrature rule for tetrahedrals.
Definition at line 22 of file IntegrationGaussLegendreTet.h.
#include <IntegrationGaussLegendreTet.h>
Public Member Functions | |
| IntegrationGaussLegendreTet (unsigned order=2) | |
| void | setIntegrationOrder (unsigned order) |
| Change the integration order. | |
| unsigned | getIntegrationOrder () const |
| return current integration order. | |
| unsigned | getNumberOfPoints () const |
| return the number of sampling points | |
| MathLib::WeightedPoint | getWeightedPoint (unsigned const igp) const |
Static Public Member Functions | |
| static MathLib::WeightedPoint | getWeightedPoint (unsigned const order, unsigned const igp) |
| template<typename Method> | |
| static MathLib::WeightedPoint | getWeightedPoint (unsigned const igp) |
| static unsigned | getNumberOfPoints (unsigned order) |
Private Attributes | |
| unsigned | _order |
| unsigned | _n_sampl_pt {0} |
|
inlineexplicit |
Construct this object with the given integration order
| order | integration order (default 2) |
Definition at line 30 of file IntegrationGaussLegendreTet.h.
References _order, and setIntegrationOrder().
|
inline |
return current integration order.
Definition at line 43 of file IntegrationGaussLegendreTet.h.
References _order.
Referenced by getWeightedPoint().
|
inline |
return the number of sampling points
Definition at line 46 of file IntegrationGaussLegendreTet.h.
References _n_sampl_pt.
Referenced by setIntegrationOrder().
|
inlinestatic |
get the number of integration points
| order | the number of integration points |
Definition at line 95 of file IntegrationGaussLegendreTet.h.
References MathLib::GaussLegendreTet< ORDER >::NPoints, and OGS_FATAL.
|
inlinestatic |
Definition at line 84 of file IntegrationGaussLegendreTet.h.
|
inline |
get coordinates of a integration point
| igp | The integration point index |
Definition at line 54 of file IntegrationGaussLegendreTet.h.
References getIntegrationOrder(), and getWeightedPoint().
Referenced by getWeightedPoint(), and getWeightedPoint().
|
inlinestatic |
get coordinates of a integration point
| order | the number of integration points |
| igp | the sampling point id |
Definition at line 66 of file IntegrationGaussLegendreTet.h.
References getWeightedPoint(), and OGS_FATAL.
|
inline |
Change the integration order.
Definition at line 36 of file IntegrationGaussLegendreTet.h.
References _n_sampl_pt, _order, and getNumberOfPoints().
Referenced by IntegrationGaussLegendreTet().
|
private |
Definition at line 114 of file IntegrationGaussLegendreTet.h.
Referenced by getNumberOfPoints(), and setIntegrationOrder().
|
private |
Definition at line 113 of file IntegrationGaussLegendreTet.h.
Referenced by IntegrationGaussLegendreTet(), getIntegrationOrder(), and setIntegrationOrder().