DUNE PDELab (git)
Dune::PDELab::GeometryVertexOrderFiniteElementMap< FEFactory, VOFactory > Class Template Reference
Generic finite element map for global finite elements created with a geometry and a vertex ordering. More...
#include <dune/pdelab/finiteelementmap/global.hh>
Public Member Functions | |
GeometryVertexOrderFiniteElementMap (FEFactory &feFactory_, const VOFactory &voFactory_) | |
construct GeometryFiniteElementMap More... | |
template<class Element > | |
Traits::FiniteElementType | find (const Element &e) const |
Return finite element for the given entity. More... | |
Detailed Description
template<class FEFactory, class VOFactory>
class Dune::PDELab::GeometryVertexOrderFiniteElementMap< FEFactory, VOFactory >
class Dune::PDELab::GeometryVertexOrderFiniteElementMap< FEFactory, VOFactory >
Generic finite element map for global finite elements created with a geometry and a vertex ordering.
- Template Parameters
-
FEFactory Finite element factory class that supports make(const Geometry&, const VertexOrdering&). VOFactory Factory to extract the vertex ordering for a given grid element.
Constructor & Destructor Documentation
◆ GeometryVertexOrderFiniteElementMap()
template<class FEFactory , class VOFactory >
|
inline |
construct GeometryFiniteElementMap
- Parameters
-
feFactory_ Reference to a finite element factory object. voFactory_ Reference to a vertex order factory object.
- Note
- The constructed finite element map object stores a reference to to factory objects. The finite element map object becomes invalid as soon one of the references to the factories becomes invalid. The only allowed operation on an invalid finite element map is calling the destructor, all other operations result in undefined behaviour.
Member Function Documentation
◆ find()
template<class FEFactory , class VOFactory >
template<class Element >
|
inline |
Return finite element for the given entity.
- Parameters
-
e Grid element to create a finite element for.
The returned value is valid for as long as both this finite element map as well as the reference to the grid element are valid.
The documentation for this class was generated from the following file:
- dune/pdelab/finiteelementmap/global.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)