MFEM  v4.1.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
restriction.cpp File Reference

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 > &faceMap)
 Return the face degrees of freedom 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)
 Permute dofs or quads on a face for e2 to match with the ordering of e1. More...
 
int mfem::ToLexOrdering (const int dim, const int face_id, const int size1d, const int index)