MFEM
v4.5.1
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
mfem | |
Functions | |
void | mfem::GetFaceDofs (const int dim, const int face_id, const int dof1d, Array< int > &face_map) |
Return the face map that extracts the degrees of freedom for the requested local face of a quad or hex, returned in Lexicographic order. More... | |
int | mfem::PermuteFaceL2 (const int dim, const int face_id1, const int face_id2, const int orientation, const int size1d, const int index) |
Compute the dof face index of elem2 corresponding to the given dof face index. More... | |
int | mfem::ToLexOrdering (const int dim, const int face_id, const int size1d, const int index) |
Convert a dof face index from Native ordering to lexicographic ordering for quads and hexes. More... | |