MFEM
v3.3.2
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 279 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 831 of file intrules.cpp.
mfem::IntegrationRules::~IntegrationRules | ( | ) |
Destroys an IntegrationRules object.
Definition at line 943 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 861 of file intrules.cpp.
void mfem::IntegrationRules::Set | ( | int | GeomType, |
int | Order, | ||
IntegrationRule & | IntRule | ||
) |
Definition at line 899 of file intrules.cpp.
|
inline |
Definition at line 336 of file intrules.hpp.