![]() |
MFEM
v4.4.0
Finite element discretization library
|
A class container for 1D quadrature type constants. More...
#include <intrules.hpp>
Public Types | |
| enum | { Invalid = -1, GaussLegendre = 0, GaussLobatto = 1, OpenUniform = 2, ClosedUniform = 3, OpenHalfUniform = 4, ClosedGL = 5 } |
Static Public Member Functions | |
| static int | CheckClosed (int type) |
| If the Quadrature1D type is not closed return Invalid; otherwise return type. More... | |
| static int | CheckOpen (int type) |
| If the Quadrature1D type is not open return Invalid; otherwise return type. More... | |
A class container for 1D quadrature type constants.
Definition at line 289 of file intrules.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| Invalid | |
| GaussLegendre | |
| GaussLobatto | |
| OpenUniform |
aka open Newton-Cotes |
| ClosedUniform |
aka closed Newton-Cotes |
| OpenHalfUniform |
aka "open half" Newton-Cotes |
| ClosedGL |
aka closed Gauss Legendre |
Definition at line 292 of file intrules.hpp.
|
static |
If the Quadrature1D type is not closed return Invalid; otherwise return type.
Definition at line 854 of file intrules.cpp.
|
static |
If the Quadrature1D type is not open return Invalid; otherwise return type.
Definition at line 866 of file intrules.cpp.
1.8.5