![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
namespace | mfem |
Functions | |
template<> | |
void | mfem::Ordering::DofsToVDofs< Ordering::byNODES > (int ndofs, int vdim, Array< int > &dofs) |
template<> | |
void | mfem::Ordering::DofsToVDofs< Ordering::byVDIM > (int ndofs, int vdim, Array< int > &dofs) |
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. | |