dune-pdelab
2.7-git
|
Generic finite element map for global finite elements created with a geometry. More...
#include <dune/pdelab/finiteelementmap/global.hh>
Public Types | |
typedef FiniteElementMapTraits< typename Factory::FiniteElement > | Traits |
Public Member Functions | |
GeometryFiniteElementMap (Factory &factory_) | |
construct GeometryFiniteElementMap More... | |
template<class Element > | |
Traits::FiniteElementType | find (const Element &e) const |
Return finite element for the given entity. More... | |
Generic finite element map for global finite elements created with a geometry.
Factory | Finite element factory class that supports make(const Geometry&). |
typedef FiniteElementMapTraits<typename Factory::FiniteElement> Dune::PDELab::GeometryFiniteElementMap< Factory >::Traits |
|
inline |
construct GeometryFiniteElementMap
factory_ | Reference to a factory object. |
|
inline |
Return finite element for the given entity.
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.