dune-pdelab
2.5-dev
|
#include <dune/pdelab/finiteelementmap/p0fem.hh>
Public Types | |
typedef LocalFiniteElementMapTraits< Dune::P0LocalFiniteElement< D, R, d > > | Traits |
export type of the signature More... | |
Public Member Functions | |
P0LocalFiniteElementMap (const Dune::GeometryType &type) | |
std::size_t | size (GeometryType gt) const |
const Traits::FiniteElementType & | find (const EntityType &e) const |
get local basis functions for entity More... | |
bool | hasDOFs (int codim) const=delete |
return if FiniteElementMap has degrees of freedom for given codimension More... | |
Static Public Member Functions | |
static constexpr bool | fixedSize () |
static constexpr bool | hasDOFs (int codim) |
static constexpr std::size_t | maxLocalSize () |
wrap up element from local functions
|
inherited |
export type of the signature
|
inline |
|
inlineinherited |
get local basis functions for entity
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
deleteinherited |
return if FiniteElementMap has degrees of freedom for given codimension
|
inlinestaticconstexpr |
|
inline |