MFEM
v4.3.0
Finite element discretization library
|
Container class for integration rules. More...
#include <intrules.hpp>
Public Member Functions | |
IntegrationRules (int Ref=0, int type=Quadrature1D::GaussLegendre) | |
const IntegrationRule & | Get (int GeomType, int Order) |
Returns an integration rule for given GeomType and Order. More... | |
void | Set (int GeomType, int Order, IntegrationRule &IntRule) |
void | SetOwnRules (int o) |
~IntegrationRules () | |
Destroys an IntegrationRules object. More... | |
Container class for integration rules.
Definition at line 311 of file intrules.hpp.
|
explicit |
Sets initial sizes for the integration rule arrays, but rules are defined the first time they are requested with the Get method.
Definition at line 886 of file intrules.cpp.
mfem::IntegrationRules::~IntegrationRules | ( | ) |
Destroys an IntegrationRules object.
Definition at line 1011 of file intrules.cpp.
const IntegrationRule & mfem::IntegrationRules::Get | ( | int | GeomType, |
int | Order | ||
) |
Returns an integration rule for given GeomType and Order.
Definition at line 920 of file intrules.cpp.
void mfem::IntegrationRules::Set | ( | int | GeomType, |
int | Order, | ||
IntegrationRule & | IntRule | ||
) |
Definition at line 966 of file intrules.cpp.
|
inline |
Definition at line 370 of file intrules.hpp.