MFEM v2.0
|
#include <fe_coll.hpp>
Public Member Functions | |
RT0_2DFECollection () | |
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 P0SegmentFiniteElement | SegmentFE |
const RT0TriangleFiniteElement | TriangleFE |
const RT0QuadFiniteElement | QuadrilateralFE |
First order Raviart-Thomas finite elements in 2D. This class is kept only for backward compatibility, consider using RT_FECollection instead.
Definition at line 306 of file fe_coll.hpp.
RT0_2DFECollection::RT0_2DFECollection | ( | ) | [inline] |
Definition at line 313 of file fe_coll.hpp.
int RT0_2DFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 328 of file fe_coll.cpp.
References mfem_error(), Geometry::POINT, Geometry::SEGMENT, Geometry::SQUARE, and Geometry::TRIANGLE.
int * RT0_2DFECollection::DofOrderForOrientation | ( | int | GeomType, |
int | Or | ||
) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 342 of file fe_coll.cpp.
const FiniteElement * RT0_2DFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 315 of file fe_coll.cpp.
References mfem_error(), QuadrilateralFE, Geometry::SEGMENT, SegmentFE, Geometry::SQUARE, Geometry::TRIANGLE, and TriangleFE.
virtual const char* RT0_2DFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 322 of file fe_coll.hpp.
const RT0QuadFiniteElement RT0_2DFECollection::QuadrilateralFE [private] |
Definition at line 311 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const P0SegmentFiniteElement RT0_2DFECollection::SegmentFE [private] |
Definition at line 309 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const RT0TriangleFiniteElement RT0_2DFECollection::TriangleFE [private] |
Definition at line 310 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().