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

Go to the source code of this file.

Classes

class  mfem::FiniteElementCollection
 
class  mfem::H1_FECollection
 Arbitrary order H1-conforming (continuous) finite elements. More...
 
class  mfem::H1Pos_FECollection
 
class  mfem::H1Ser_FECollection
 
class  mfem::H1_Trace_FECollection
 
class  mfem::L2_FECollection
 Arbitrary order "L2-conforming" discontinuous finite elements. More...
 
class  mfem::RT_FECollection
 Arbitrary order H(div)-conforming Raviart-Thomas finite elements. More...
 
class  mfem::RT_Trace_FECollection
 
class  mfem::DG_Interface_FECollection
 
class  mfem::ND_FECollection
 Arbitrary order H(curl)-conforming Nedelec finite elements. More...
 
class  mfem::ND_Trace_FECollection
 
class  mfem::NURBSFECollection
 Arbitrary order non-uniform rational B-splines (NURBS) finite elements. More...
 
class  mfem::LinearFECollection
 Piecewise-(bi)linear continuous finite elements. More...
 
class  mfem::QuadraticFECollection
 Piecewise-(bi)quadratic continuous finite elements. More...
 
class  mfem::QuadraticPosFECollection
 Version of QuadraticFECollection with positive basis functions. More...
 
class  mfem::CubicFECollection
 Piecewise-(bi)cubic continuous finite elements. More...
 
class  mfem::CrouzeixRaviartFECollection
 Crouzeix-Raviart nonconforming elements in 2D. More...
 
class  mfem::LinearNonConf3DFECollection
 Piecewise-linear nonconforming finite elements in 3D. More...
 
class  mfem::RT0_2DFECollection
 
class  mfem::RT1_2DFECollection
 
class  mfem::RT2_2DFECollection
 
class  mfem::Const2DFECollection
 
class  mfem::LinearDiscont2DFECollection
 
class  mfem::GaussLinearDiscont2DFECollection
 Version of LinearDiscont2DFECollection with dofs in the Gaussian points. More...
 
class  mfem::P1OnQuadFECollection
 Linear (P1) finite elements on quadrilaterals. More...
 
class  mfem::QuadraticDiscont2DFECollection
 
class  mfem::QuadraticPosDiscont2DFECollection
 Version of QuadraticDiscont2DFECollection with positive basis functions. More...
 
class  mfem::GaussQuadraticDiscont2DFECollection
 Version of QuadraticDiscont2DFECollection with dofs in the Gaussian points. More...
 
class  mfem::CubicDiscont2DFECollection
 
class  mfem::Const3DFECollection
 
class  mfem::LinearDiscont3DFECollection
 
class  mfem::QuadraticDiscont3DFECollection
 
class  mfem::RefinedLinearFECollection
 Finite element collection on a macro-element. More...
 
class  mfem::ND1_3DFECollection
 
class  mfem::RT0_3DFECollection
 
class  mfem::RT1_3DFECollection
 
class  mfem::Local_FECollection
 Discontinuous collection defined locally by a given finite element. More...
 

Namespaces

 mfem
 

Typedefs

typedef L2_FECollection mfem::DG_FECollection
 Declare an alternative name for L2_FECollection = DG_FECollection. More...