|
dune-pdelab
2.5-dev
|
#include <dune/pdelab/finiteelementmap/finiteelementmap.hh>

Public Types | |
| typedef LocalFiniteElementMapTraits< FE > | Traits |
| export type of the signature More... | |
Public Member Functions | |
| RTLocalFiniteElementMap (const GV &gv_) | |
| Use when Imp has a standard constructor. More... | |
| template<class EntityType > | |
| const Traits::FiniteElementType & | find (const EntityType &e) const |
| get local basis functions for entity More... | |
Static Public Attributes | |
| static constexpr int | dimension = GV::dimension |
| The dimension of the finite elements returned by this map. More... | |
wrap up element from local functions
| typedef LocalFiniteElementMapTraits<FE> Dune::PDELab::RTLocalFiniteElementMap< GV, FE, Imp, Variants >::Traits |
export type of the signature
|
inline |
Use when Imp has a standard constructor.
|
inline |
get local basis functions for entity
|
staticconstexpr |
The dimension of the finite elements returned by this map.
1.8.17