dune-pdelab
2.0.0
|
#include <dune/pdelab/finiteelementmap/pk2dfem.hh>
Public Types | |
typedef LocalFiniteElementMapTraits < FE > | Traits |
export type of the signature More... | |
Public Member Functions | |
Pk2DLocalFiniteElementMap (const GV &gv) | |
template<typename Entity > | |
const Traits::FiniteElementType & | find (const Entity &e) const |
get local basis functions for entity More... | |
const Traits::FiniteElementType & | find (const EntityType &e) const |
Return local basis for the given entity. More... | |
bool | fixedSize () const |
std::size_t | size (GeometryType gt) const |
std::size_t | maxLocalSize () const |
wrap up element from local functions
|
inherited |
export type of the signature
|
inline |
|
inlineinherited |
Return local basis for the given entity.
The return value is a reference to Traits::LocalBasisType. If there is a different local basis for two elements then this type must be polymorphic.
|
inlineinherited |
get local basis functions for entity
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |