MFEM v4.7.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) |
ElementDofOrdering | mfem::GetEVectorOrdering (const FiniteElementSpace &fes) |
Return LEXICOGRAPHIC if mesh contains only one topology and the elements are tensor elements, otherwise, return NATIVE. | |