MFEM v2.0
|
Version of QuadraticDiscont2DFECollection with dofs in the Gaussian points. More...
#include <fe_coll.hpp>
Public Member Functions | |
GaussQuadraticDiscont2DFECollection () | |
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 GaussQuad2DFiniteElement | TriangleFE |
const GaussBiQuad2DFiniteElement | QuadrilateralFE |
Version of QuadraticDiscont2DFECollection with dofs in the Gaussian points.
Definition at line 481 of file fe_coll.hpp.
GaussQuadraticDiscont2DFECollection::GaussQuadraticDiscont2DFECollection | ( | ) | [inline] |
Definition at line 489 of file fe_coll.hpp.
int GaussQuadraticDiscont2DFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 642 of file fe_coll.cpp.
References mfem_error(), Geometry::POINT, Geometry::SEGMENT, Geometry::SQUARE, and Geometry::TRIANGLE.
int * GaussQuadraticDiscont2DFECollection::DofOrderForOrientation | ( | int | GeomType, |
int | Or | ||
) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 657 of file fe_coll.cpp.
const FiniteElement * GaussQuadraticDiscont2DFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 628 of file fe_coll.cpp.
References mfem_error(), QuadrilateralFE, Geometry::SQUARE, Geometry::TRIANGLE, and TriangleFE.
virtual const char* GaussQuadraticDiscont2DFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 498 of file fe_coll.hpp.
Definition at line 486 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
Definition at line 485 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().