|
dune-pdelab
2.5-dev
|
simple implementation where all entities have the same finite element More...
#include <dune/pdelab/finiteelementmap/finiteelementmap.hh>

Public Types | |
| typedef LocalFiniteElementMapTraits< Imp > | Traits |
| export type of the signature More... | |
Public Member Functions | |
| SimpleLocalFiniteElementMap () | |
| Use when Imp has a standard constructor. More... | |
| SimpleLocalFiniteElementMap (const Imp &imp_) | |
| Constructor where an instance of Imp can be provided. More... | |
| template<class EntityType > | |
| const Traits::FiniteElementType & | find (const EntityType &e) const |
| get local basis functions for entity More... | |
simple implementation where all entities have the same finite element
| typedef LocalFiniteElementMapTraits<Imp> Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::Traits |
export type of the signature
|
inline |
Use when Imp has a standard constructor.
|
inline |
Constructor where an instance of Imp can be provided.
|
inline |
get local basis functions for entity
1.8.17