![]() |
MFEM v4.9.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
| namespace | mfem |
Functions | |
| void | mfem::MarkDofs (const Array< int > &dofs, Array< int > &mark_array) |
| void | mfem::DofMapHelper (int entity, const Table &var_ent_dofs, const Table &loc_var_ent_dofs, const Array< char > &var_ent_orders, const Array< char > &loc_var_ent_orders, Array< int > &all2local, int &ndof_all, int &ndof_loc) |
| ElementDofOrdering | mfem::GetEVectorOrdering (const FiniteElementSpace &fes) |
| Return LEXICOGRAPHIC if mesh contains only one topology and the elements are tensor elements, otherwise, return NATIVE. | |