MFEM v2.0
|
#include <fe_coll.hpp>
Public Member Functions | |
RT1_3DFECollection () | |
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 |
Private Attributes | |
const Linear2DFiniteElement | TriangleFE |
const BiLinear2DFiniteElement | QuadrilateralFE |
const RT1HexFiniteElement | HexahedronFE |
Second order Raviart-Thomas finite elements in 3D. This class is kept only for backward compatibility, consider using RT_FECollection instead.
Definition at line 654 of file fe_coll.hpp.
RT1_3DFECollection::RT1_3DFECollection | ( | ) | [inline] |
Definition at line 661 of file fe_coll.hpp.
int RT1_3DFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 987 of file fe_coll.cpp.
References Geometry::CUBE, mfem_error(), Geometry::POINT, Geometry::SEGMENT, Geometry::SQUARE, and Geometry::TRIANGLE.
int * RT1_3DFECollection::DofOrderForOrientation | ( | int | GeomType, |
int | Or | ||
) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 1002 of file fe_coll.cpp.
References Geometry::SQUARE.
const FiniteElement * RT1_3DFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 974 of file fe_coll.cpp.
References Geometry::CUBE, HexahedronFE, mfem_error(), QuadrilateralFE, Geometry::SQUARE, Geometry::TRIANGLE, and TriangleFE.
virtual const char* RT1_3DFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 670 of file fe_coll.hpp.
const RT1HexFiniteElement RT1_3DFECollection::HexahedronFE [private] |
Definition at line 659 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const BiLinear2DFiniteElement RT1_3DFECollection::QuadrilateralFE [private] |
Definition at line 658 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const Linear2DFiniteElement RT1_3DFECollection::TriangleFE [private] |
Definition at line 657 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().