MFEM
v3.1
Finite element discretization library
|
Arbitrary order H(div)-conforming Raviart-Thomas finite elements. More...
#include <fe_coll.hpp>
Public Member Functions | |
RT_FECollection (const int p, const int dim) | |
virtual const FiniteElement * | FiniteElementForGeometry (int GeomType) const |
virtual int | DofForGeometry (int GeomType) const |
virtual int * | DofOrderForOrientation (int GeomType, int Or) const |
virtual const char * | Name () const |
FiniteElementCollection * | GetTraceCollection () const |
virtual | ~RT_FECollection () |
Public Member Functions inherited from mfem::FiniteElementCollection | |
int | HasFaceDofs (int GeomType) const |
virtual const FiniteElement * | TraceFiniteElementForGeometry (int GeomType) const |
virtual | ~FiniteElementCollection () |
Protected Member Functions | |
void | InitFaces (const int p, const int dim, const int map_type, const bool signs) |
RT_FECollection (const int p, const int dim, const int map_type, const bool signs) | |
Protected Attributes | |
char | rt_name [32] |
FiniteElement * | RT_Elements [Geometry::NumGeom] |
int | RT_dof [Geometry::NumGeom] |
int * | SegDofOrd [2] |
int * | TriDofOrd [6] |
int * | QuadDofOrd [8] |
Additional Inherited Members | |
Static Public Member Functions inherited from mfem::FiniteElementCollection | |
static FiniteElementCollection * | New (const char *name) |
Arbitrary order H(div)-conforming Raviart-Thomas finite elements.
Definition at line 133 of file fe_coll.hpp.
|
inlineprotected |
Definition at line 146 of file fe_coll.hpp.
mfem::RT_FECollection::RT_FECollection | ( | const int | p, |
const int | dim | ||
) |
Definition at line 1472 of file fe_coll.cpp.
|
virtual |
Definition at line 1636 of file fe_coll.cpp.
|
inlinevirtual |
Implements mfem::FiniteElementCollection.
Definition at line 155 of file fe_coll.hpp.
|
virtual |
Implements mfem::FiniteElementCollection.
Definition at line 1610 of file fe_coll.cpp.
|
inlinevirtual |
Implements mfem::FiniteElementCollection.
Definition at line 153 of file fe_coll.hpp.
|
virtual |
Reimplemented from mfem::FiniteElementCollection.
Definition at line 1631 of file fe_coll.cpp.
|
protected |
Definition at line 1502 of file fe_coll.cpp.
|
inlinevirtual |
Reimplemented from mfem::FiniteElementCollection.
Definition at line 158 of file fe_coll.hpp.
|
protected |
Definition at line 139 of file fe_coll.hpp.
|
protected |
Definition at line 138 of file fe_coll.hpp.
|
protected |
Definition at line 137 of file fe_coll.hpp.
|
protected |
Definition at line 136 of file fe_coll.hpp.
|
protected |
Definition at line 139 of file fe_coll.hpp.
|
protected |
Definition at line 139 of file fe_coll.hpp.