MFEM v2.0
|
Arbitrary order "L2-conforming" discontinuous finite elements. More...
#include <fe_coll.hpp>
Public Member Functions | |
L2_FECollection (const int p, const int dim) | |
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 |
virtual | ~L2_FECollection () |
Private Attributes | |
char | d_name [32] |
FiniteElement * | L2_Elements [Geometry::NumGeom] |
Arbitrary order "L2-conforming" discontinuous finite elements.
Definition at line 61 of file fe_coll.hpp.
L2_FECollection::L2_FECollection | ( | const int | p, |
const int | dim | ||
) |
Definition at line 1133 of file fe_coll.cpp.
References Geometry::CUBE, d_name, L2_Elements, mfem_error(), Geometry::NumGeom, Geometry::SEGMENT, Geometry::SQUARE, Geometry::TETRAHEDRON, and Geometry::TRIANGLE.
L2_FECollection::~L2_FECollection | ( | ) | [virtual] |
Definition at line 1162 of file fe_coll.cpp.
References L2_Elements, and Geometry::NumGeom.
virtual int L2_FECollection::DofForGeometry | ( | int | GeomType | ) | const [inline, virtual] |
Implements FiniteElementCollection.
Definition at line 72 of file fe_coll.hpp.
References FiniteElement::GetDof(), and L2_Elements.
virtual int* L2_FECollection::DofOrderForOrientation | ( | int | GeomType, |
int | Or | ||
) | const [inline, virtual] |
Implements FiniteElementCollection.
Definition at line 78 of file fe_coll.hpp.
virtual const FiniteElement* L2_FECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [inline, virtual] |
Implements FiniteElementCollection.
Definition at line 70 of file fe_coll.hpp.
References L2_Elements.
virtual const char* L2_FECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 80 of file fe_coll.hpp.
References d_name.
char L2_FECollection::d_name[32] [private] |
Definition at line 64 of file fe_coll.hpp.
Referenced by L2_FECollection(), and Name().
Definition at line 65 of file fe_coll.hpp.
Referenced by DofForGeometry(), FiniteElementForGeometry(), L2_FECollection(), and ~L2_FECollection().