MFEM v2.0
|
#include <fe_coll.hpp>
Public Member Functions | |
RT2_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 P2SegmentFiniteElement | SegmentFE |
const RT2TriangleFiniteElement | TriangleFE |
const RT2QuadFiniteElement | QuadrilateralFE |
Third order Raviart-Thomas finite elements in 2D. This class is kept only for backward compatibility, consider using RT_FECollection instead.
Definition at line 348 of file fe_coll.hpp.
RT2_2DFECollection::RT2_2DFECollection | ( | ) | [inline] |
Definition at line 355 of file fe_coll.hpp.
int RT2_2DFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 407 of file fe_coll.cpp.
References mfem_error(), Geometry::POINT, Geometry::SEGMENT, Geometry::SQUARE, and Geometry::TRIANGLE.
int * RT2_2DFECollection::DofOrderForOrientation | ( | int | GeomType, |
int | Or | ||
) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 421 of file fe_coll.cpp.
const FiniteElement * RT2_2DFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 394 of file fe_coll.cpp.
References mfem_error(), QuadrilateralFE, Geometry::SEGMENT, SegmentFE, Geometry::SQUARE, Geometry::TRIANGLE, and TriangleFE.
virtual const char* RT2_2DFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 364 of file fe_coll.hpp.
const RT2QuadFiniteElement RT2_2DFECollection::QuadrilateralFE [private] |
Definition at line 353 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const P2SegmentFiniteElement RT2_2DFECollection::SegmentFE [private] |
Definition at line 351 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const RT2TriangleFiniteElement RT2_2DFECollection::TriangleFE [private] |
Definition at line 352 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().