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


Public Member Functions | |
| LinearDiscont3DFECollection () | |
| 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 Linear3DFiniteElement | TetrahedronFE |
| const TriLinear3DFiniteElement | ParallelepipedFE |
Piecewise-linear discontinuous finite elements in 3D. This class is kept only for backward compatibility, consider using L2_FECollection instead.
Definition at line 545 of file fe_coll.hpp.
| LinearDiscont3DFECollection::LinearDiscont3DFECollection | ( | ) | [inline] |
Definition at line 552 of file fe_coll.hpp.
| int LinearDiscont3DFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 787 of file fe_coll.cpp.
References Geometry::CUBE, mfem_error(), Geometry::POINT, Geometry::SEGMENT, Geometry::SQUARE, Geometry::TETRAHEDRON, and Geometry::TRIANGLE.
| int * LinearDiscont3DFECollection::DofOrderForOrientation | ( | int | GeomType, |
| int | Or | ||
| ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 803 of file fe_coll.cpp.
| const FiniteElement * LinearDiscont3DFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 775 of file fe_coll.cpp.
References Geometry::CUBE, mfem_error(), ParallelepipedFE, Geometry::TETRAHEDRON, and TetrahedronFE.
| virtual const char* LinearDiscont3DFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 561 of file fe_coll.hpp.
Definition at line 549 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const Linear3DFiniteElement LinearDiscont3DFECollection::TetrahedronFE [private] |
Definition at line 548 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
1.7.4