dune-pdelab
2.4.1
|
#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 |
bool | fixedSize () const |
bool | hasDOFs (int codim) const |
std::size_t | size (GeometryType gt) const |
std::size_t | maxLocalSize () const |
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
|
inline |
|
inline |
get local basis functions for a given polynomial order
References p.
|
inline |
get local basis functions for the default order
|
inline |
References p.
|
inline |
|
inline |
|
inline |
References p.
|
inline |