|
MFEM v2.0
|
Version of LinearDiscont2DFECollection with dofs in the Gaussian points. More...
#include <fe_coll.hpp>


Public Member Functions | |
| GaussLinearDiscont2DFECollection () | |
| 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 GaussLinear2DFiniteElement | TriangleFE |
| const GaussBiLinear2DFiniteElement | QuadrilateralFE |
Version of LinearDiscont2DFECollection with dofs in the Gaussian points.
Definition at line 409 of file fe_coll.hpp.
| GaussLinearDiscont2DFECollection::GaussLinearDiscont2DFECollection | ( | ) | [inline] |
Definition at line 417 of file fe_coll.hpp.
| int GaussLinearDiscont2DFECollection::DofForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 515 of file fe_coll.cpp.
References mfem_error(), Geometry::POINT, Geometry::SEGMENT, Geometry::SQUARE, and Geometry::TRIANGLE.
| int * GaussLinearDiscont2DFECollection::DofOrderForOrientation | ( | int | GeomType, |
| int | Or | ||
| ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 530 of file fe_coll.cpp.
| const FiniteElement * GaussLinearDiscont2DFECollection::FiniteElementForGeometry | ( | int | GeomType | ) | const [virtual] |
Implements FiniteElementCollection.
Definition at line 502 of file fe_coll.cpp.
References mfem_error(), QuadrilateralFE, Geometry::SQUARE, Geometry::TRIANGLE, and TriangleFE.
| virtual const char* GaussLinearDiscont2DFECollection::Name | ( | ) | const [inline, virtual] |
Reimplemented from FiniteElementCollection.
Definition at line 426 of file fe_coll.hpp.
Definition at line 414 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
Definition at line 413 of file fe_coll.hpp.
Referenced by FiniteElementForGeometry().
1.7.4