Go to the source code of this file.
|
class | mfem::H1_FiniteElement< G, P > |
|
class | mfem::H1_FiniteElement< Geometry::SEGMENT, P > |
|
class | mfem::H1_FiniteElement< Geometry::TRIANGLE, P > |
|
class | mfem::H1_FiniteElement< Geometry::SQUARE, P > |
|
class | mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P > |
|
class | mfem::H1_FiniteElement< Geometry::CUBE, P > |
|
class | mfem::L2_FiniteElement_base< G, P, L2_FE_type, L2Pos_FE_type, DOFS, TP > |
|
class | mfem::L2_FiniteElement< G, P > |
|
class | mfem::L2_FiniteElement< Geometry::SEGMENT, P > |
|
class | mfem::L2_FiniteElement< Geometry::TRIANGLE, P > |
|
class | mfem::L2_FiniteElement< Geometry::SQUARE, P > |
|
class | mfem::L2_FiniteElement< Geometry::TETRAHEDRON, P > |
|
class | mfem::L2_FiniteElement< Geometry::CUBE, P > |
|
|
template<typename real_t > |
void | mfem::CalcShapeMatrix (const FiniteElement &fe, const IntegrationRule &ir, real_t *B, const Array< int > *dof_map=NULL) |
|
template<typename real_t > |
void | mfem::CalcGradTensor (const FiniteElement &fe, const IntegrationRule &ir, real_t *G, const Array< int > *dof_map=NULL) |
|
template<typename real_t > |
void | mfem::CalcShapes (const FiniteElement &fe, const IntegrationRule &ir, real_t *B, real_t *G, const Array< int > *dof_map) |
|