MFEM v2.0
|
Linear (P1) finite elements on quadrilaterals. More...
#include <fe_coll.hpp>
Public Member Functions | |
P1OnQuadFECollection () | |
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 P1OnQuadFiniteElement | QuadrilateralFE |
Linear (P1) finite elements on quadrilaterals.
Definition at line 430 of file fe_coll.hpp.
P1OnQuadFECollection::P1OnQuadFECollection | ( | ) | [inline] |
Definition at line 435 of file fe_coll.hpp.
int P1OnQuadFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 547 of file fe_coll.cpp.
References mfem_error(), Geometry::POINT, Geometry::SEGMENT, and Geometry::SQUARE.
int * P1OnQuadFECollection::DofOrderForOrientation | ( | int | GeomType, |
int | Or | ||
) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 560 of file fe_coll.cpp.
const FiniteElement * P1OnQuadFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 538 of file fe_coll.cpp.
References mfem_error(), QuadrilateralFE, and Geometry::SQUARE.
virtual const char* P1OnQuadFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 440 of file fe_coll.hpp.
const P1OnQuadFiniteElement P1OnQuadFECollection::QuadrilateralFE [private] |
Definition at line 433 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().