|
MFEM
v4.1.0
Finite element discretization library
|
Go to the source code of this file.
Classes | |
| class | mfem::ElementRestriction |
| Operator that converts FiniteElementSpace L-vectors to E-vectors. More... | |
| class | mfem::L2ElementRestriction |
| Operator that converts L2 FiniteElementSpace L-vectors to E-vectors. More... | |
| class | mfem::H1FaceRestriction |
| Operator that extracts Face degrees of freedom. More... | |
| class | mfem::L2FaceRestriction |
| Operator that extracts Face degrees of freedom. More... | |
Namespaces | |
| mfem | |
Enumerations | |
| enum | mfem::L2FaceValues : bool { mfem::L2FaceValues::SingleValued, mfem::L2FaceValues::DoubleValued } |
Functions | |
| void | mfem::GetFaceDofs (const int dim, const int face_id, const int dof1d, Array< int > &faceMap) |
| Return the face degrees of freedom returned in Lexicographic order. More... | |
| int | mfem::ToLexOrdering (const int dim, const int face_id, const int size1d, const int index) |
| int | mfem::PermuteFaceL2 (const int dim, const int face_id1, const int face_id2, const int orientation, const int size1d, const int index) |
| Permute dofs or quads on a face for e2 to match with the ordering of e1. More... | |
1.8.5