MFEM v2.0
|
#include <fe_coll.hpp>
Public Member Functions | |
RT1_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 P1SegmentFiniteElement | SegmentFE |
const RT1TriangleFiniteElement | TriangleFE |
const RT1QuadFiniteElement | QuadrilateralFE |
Second order Raviart-Thomas finite elements in 2D. This class is kept only for backward compatibility, consider using RT_FECollection instead.
Definition at line 327 of file fe_coll.hpp.
RT1_2DFECollection::RT1_2DFECollection | ( | ) | [inline] |
Definition at line 334 of file fe_coll.hpp.
int RT1_2DFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 368 of file fe_coll.cpp.
References mfem_error(), Geometry::POINT, Geometry::SEGMENT, Geometry::SQUARE, and Geometry::TRIANGLE.
int * RT1_2DFECollection::DofOrderForOrientation | ( | int | GeomType, |
int | Or | ||
) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 382 of file fe_coll.cpp.
const FiniteElement * RT1_2DFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 355 of file fe_coll.cpp.
References mfem_error(), QuadrilateralFE, Geometry::SEGMENT, SegmentFE, Geometry::SQUARE, Geometry::TRIANGLE, and TriangleFE.
virtual const char* RT1_2DFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 343 of file fe_coll.hpp.
const RT1QuadFiniteElement RT1_2DFECollection::QuadrilateralFE [private] |
Definition at line 332 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const P1SegmentFiniteElement RT1_2DFECollection::SegmentFE [private] |
Definition at line 330 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
const RT1TriangleFiniteElement RT1_2DFECollection::TriangleFE [private] |
Definition at line 331 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().