|
MFEM
v3.0
|
Container class for integration rules. More...
#include <intrules.hpp>
Public Member Functions | |
| IntegrationRules (int Ref=0) | |
| 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 215 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 166 of file intrules.cpp.
| mfem::IntegrationRules::~IntegrationRules | ( | ) |
Destroys an IntegrationRules object.
Definition at line 259 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 194 of file intrules.cpp.
| void mfem::IntegrationRules::Set | ( | int | GeomType, |
| int | Order, | ||
| IntegrationRule & | IntRule | ||
| ) |
Definition at line 217 of file intrules.cpp.
|
inline |
Definition at line 257 of file intrules.hpp.
1.8.5