MFEM
v3.4
Finite element discretization library
|
Go to the source code of this file.
Classes | |
class | mfem::Ordering |
The ordering method used when the number of unknowns per mesh node (vector dimension) is bigger than 1. More... | |
class | mfem::FiniteElementSpace |
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of degrees of freedom. More... | |
class | mfem::FiniteElementSpace::RefinementOperator |
GridFunction interpolation operator applicable after mesh refinement. More... | |
class | mfem::QuadratureSpace |
Class representing the storage layout of a QuadratureFunction. More... | |
Namespaces | |
mfem | |
Functions | |
template<> | |
int | mfem::Ordering::Map< Ordering::byNODES > (int ndofs, int vdim, int dof, int vd) |
template<> | |
int | mfem::Ordering::Map< Ordering::byVDIM > (int ndofs, int vdim, int dof, int vd) |