DUNE PDELab (2.7)

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 >

Generic finite element map for global finite elements created with a geometry and a vertex ordering.

Template Parameters
FEFactoryFinite element factory class that supports make(const Geometry&, const VertexOrdering&).
VOFactoryFactory to extract the vertex ordering for a given grid element.

Constructor & Destructor Documentation

◆ GeometryVertexOrderFiniteElementMap()

template<class FEFactory , class VOFactory >
Dune::PDELab::GeometryVertexOrderFiniteElementMap< FEFactory, VOFactory >::GeometryVertexOrderFiniteElementMap ( FEFactory &  feFactory_,
const VOFactory &  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 >
Traits::FiniteElementType Dune::PDELab::GeometryVertexOrderFiniteElementMap< FEFactory, VOFactory >::find ( const Element &  e) const
inline

Return finite element for the given entity.

Parameters
eGrid 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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)