|
MFEM v2.0
|
#include <fe_coll.hpp>


Public Member Functions | |
| RT0_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 P0TriangleFiniteElement | TriangleFE |
| const P0QuadFiniteElement | QuadrilateralFE |
| const RT0HexFiniteElement | HexahedronFE |
| const RT0TetFiniteElement | TetrahedronFE |
First order Raviart-Thomas finite elements in 3D. This class is kept only for backward compatibility, consider using RT_FECollection instead.
Definition at line 632 of file fe_coll.hpp.
| RT0_3DFECollection::RT0_3DFECollection | ( | ) | [inline] |
Definition at line 640 of file fe_coll.hpp.
| int RT0_3DFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 942 of file fe_coll.cpp.
References Geometry::CUBE, mfem_error(), Geometry::POINT, Geometry::SEGMENT, Geometry::SQUARE, Geometry::TETRAHEDRON, and Geometry::TRIANGLE.
| int * RT0_3DFECollection::DofOrderForOrientation | ( | int | GeomType, |
| int | Or | ||
| ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 958 of file fe_coll.cpp.
References Geometry::SQUARE, and Geometry::TRIANGLE.
| const FiniteElement * RT0_3DFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 928 of file fe_coll.cpp.
References Geometry::CUBE, HexahedronFE, mfem_error(), QuadrilateralFE, Geometry::SQUARE, Geometry::TETRAHEDRON, TetrahedronFE, Geometry::TRIANGLE, and TriangleFE.
| virtual const char* RT0_3DFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 649 of file fe_coll.hpp.
const RT0HexFiniteElement RT0_3DFECollection::HexahedronFE [private] |
Definition at line 637 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const P0QuadFiniteElement RT0_3DFECollection::QuadrilateralFE [private] |
Definition at line 636 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const RT0TetFiniteElement RT0_3DFECollection::TetrahedronFE [private] |
Definition at line 638 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const P0TriangleFiniteElement RT0_3DFECollection::TriangleFE [private] |
Definition at line 635 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
1.7.4