dune-pdelab
2.7-git
|
#include <dune/pdelab/finiteelementmap/pkfem.hh>
Public Types | |
typedef LocalFiniteElementMapTraits< FE > | Traits |
export type of the signature More... | |
Public Member Functions | |
PkLocalFiniteElementMapBase (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=delete |
Return local basis for the given entity. More... | |
Static Public Member Functions | |
static constexpr bool | fixedSize () |
static constexpr bool | hasDOFs (int codim) |
static constexpr std::size_t | size (GeometryType gt) |
static constexpr std::size_t | maxLocalSize () |
Static Public Attributes | |
Size calculation | |
The FiniteElementMap provides different methods to compute the size of the GridFunctionSpace (if possible) without iterating the grid. The approach is as follows (pseudo code): | |
static constexpr int | dimension |
dimension of the domain this FEM is defined on. More... | |
typedef LocalFiniteElementMapTraits<FE> Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::Traits |
export type of the signature
|
inline |
|
inline |
get local basis functions for entity
|
deleteinherited |
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.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
staticconstexprinherited |
dimension of the domain this FEM is defined on.