|
MFEM
v3.3
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 } |
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 258 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 |
Definition at line 261 of file intrules.hpp.
|
static |
If the Quadrature1D type is not closed return Invalid; otherwise return type.
Definition at line 799 of file intrules.cpp.
|
static |
If the Quadrature1D type is not open return Invalid; otherwise return type.
Definition at line 811 of file intrules.cpp.
1.8.5