MFEM  v4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Namespaces | Enumerations | Functions
fespace.hpp File Reference

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::FiniteElementSpace::DerefinementOperator
 
class  mfem::QuadratureSpace
 Class representing the storage layout of a QuadratureFunction. More...
 
class  mfem::GridTransfer
 Base class for transfer algorithms that construct transfer Operators between two finite element (FE) spaces. More...
 
class  mfem::InterpolationGridTransfer
 Transfer data between a coarse mesh and an embedded refined mesh using interpolation. More...
 
class  mfem::L2ProjectionGridTransfer
 Transfer data between a coarse mesh and an embedded refined mesh using L2 projection. More...
 
class  mfem::L2ProjectionGridTransfer::L2Projection
 
class  mfem::L2ProjectionGridTransfer::L2Prolongation
 
class  mfem::ElementRestriction
 Operator that converts FiniteElementSpace L-vectors to E-vectors. More...
 
class  mfem::QuadratureInterpolator
 A class that performs interpolation from an E-vector to quadrature point values and/or derivatives (Q-vectors). More...
 

Namespaces

 mfem
 

Enumerations

enum  mfem::ElementDofOrdering { mfem::ElementDofOrdering::NATIVE, mfem::ElementDofOrdering::LEXICOGRAPHIC }
 Constants describing the possible orderings of the DOFs in one element. More...
 

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)