|
dune-pdelab 2.7-git
|
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 | |
Public Member Functions | |
| SimpleLocalFiniteElementMap () | |
| Use when Imp has a standard constructor. | |
| SimpleLocalFiniteElementMap (const Imp &imp_) | |
| Constructor where an instance of Imp can be provided. | |
| template<class EntityType > | |
| const Traits::FiniteElementType & | find (const EntityType &e) const |
| get local basis functions for entity | |
Static Public Attributes | |
| static constexpr int | dimension = dim_ |
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
|
staticconstexpr |