dune-pdelab
2.5-dev
|
#include <dune/pdelab/finiteelementmap/variableopbfem.hh>
Public Types | |
typedef FiniteElementMapTraits< FiniteElementType > | Traits |
Public Member Functions | |
VariableOPBLocalFiniteElementMap (const M &m, unsigned int defaultP) | |
template<class EntityType > | |
const Traits::FiniteElementType & | find (const EntityType &e) const |
get local basis functions for entity More... | |
const Traits::FiniteElementType & | getFEM (unsigned int p) const |
get local basis functions for a given polynomial order More... | |
const Traits::FiniteElementType & | getFEM () const |
get local basis functions for the default order More... | |
template<class EntityType > | |
void | setOrder (const EntityType &e, unsigned int p) |
template<class EntityType > | |
unsigned int | getOrder (const EntityType &e) const |
std::size_t | size (GeometryType gt) const |
std::size_t | maxLocalSize () const |
Static Public Member Functions | |
static constexpr bool | fixedSize () |
static constexpr bool | hasDOFs (int codim) |
Static Public Attributes | |
static constexpr int | dimension = d |
The dimension of the finite elements returned by this map. More... | |
FiniteElementMap which provides MonomialLocalFiniteElement instances, depending on the local polynomial degree
typedef FiniteElementMapTraits<FiniteElementType> Dune::PDELab::VariableOPBLocalFiniteElementMap< M, D, R, d, ComputationFieldType, maxP, bt >::Traits |
|
inline |
|
inline |
get local basis functions for entity
|
inlinestatic |
|
inline |
get local basis functions for a given polynomial order
|
inline |
get local basis functions for the default order
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
static |
The dimension of the finite elements returned by this map.