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


Public Member Functions | |
| Const3DFECollection () | |
| 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 P0TetFiniteElement | TetrahedronFE |
| const P0HexFiniteElement | ParallelepipedFE |
Piecewise-constant discontinuous finite elements in 3D. This class is kept only for backward compatibility, consider using L2_FECollection instead.
Definition at line 524 of file fe_coll.hpp.
| Const3DFECollection::Const3DFECollection | ( | ) | [inline] |
Definition at line 531 of file fe_coll.hpp.
| int Const3DFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 751 of file fe_coll.cpp.
References Geometry::CUBE, mfem_error(), Geometry::POINT, Geometry::SEGMENT, Geometry::SQUARE, Geometry::TETRAHEDRON, and Geometry::TRIANGLE.
| int * Const3DFECollection::DofOrderForOrientation | ( | int | GeomType, |
| int | Or | ||
| ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 767 of file fe_coll.cpp.
| const FiniteElement * Const3DFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 739 of file fe_coll.cpp.
References Geometry::CUBE, mfem_error(), ParallelepipedFE, Geometry::TETRAHEDRON, and TetrahedronFE.
| virtual const char* Const3DFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 540 of file fe_coll.hpp.
const P0HexFiniteElement Const3DFECollection::ParallelepipedFE [private] |
Definition at line 528 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const P0TetFiniteElement Const3DFECollection::TetrahedronFE [private] |
Definition at line 527 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
1.7.4