|
MFEM
v3.2
Finite element discretization library
|
#include <tintrules.hpp>
Additional Inherited Members | |
Public Types inherited from mfem::GenericIntegrationRule< Geometry::TRIANGLE, 4, 3, real_t > | |
| typedef real_t | real_type |
Public Member Functions inherited from mfem::GenericIntegrationRule< Geometry::TRIANGLE, 4, 3, real_t > | |
| GenericIntegrationRule () | |
| void | AssignWeights (const qpt_layout_t &qpt_layout, qpt_data_t &qpt_data) const |
| void | ApplyWeights (qpt_data_t &qpt_data) const |
Static Public Member Functions inherited from mfem::GenericIntegrationRule< Geometry::TRIANGLE, 4, 3, real_t > | |
| static const IntegrationRule & | GetIntRule () |
Static Public Attributes inherited from mfem::GenericIntegrationRule< Geometry::TRIANGLE, 4, 3, real_t > | |
| static const Geometry::Type | geom |
| static const int | dim |
| static const int | qpts |
| static const int | order |
| static const bool | tensor_prod |
Protected Attributes inherited from mfem::GenericIntegrationRule< Geometry::TRIANGLE, 4, 3, real_t > | |
| TVector< qpts, real_t > | weights |
Definition at line 266 of file tintrules.hpp.
1.8.5