dune-pdelab 2.7-git
|
#include <dune/pdelab/finiteelementmap/finiteelementmap.hh>
Public Types | |
typedef LocalFiniteElementMapTraits< FE > | Traits |
export type of the signature | |
Public Member Functions | |
RTLocalFiniteElementMap (const GV &gv_) | |
Use when Imp has a standard constructor. | |
template<class EntityType > | |
const Traits::FiniteElementType & | find (const EntityType &e) const |
get local basis functions for entity | |
Static Public Attributes | |
static constexpr int | dimension = GV::dimension |
The dimension of the finite elements returned by this map. | |
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.