dune-pdelab
2.5-dev
|
#include <dune/pdelab/finiteelementmap/variablemonomfem.hh>
Public Types | |
typedef FiniteElementMapTraits< FiniteElementType > | Traits |
Public Member Functions | |
VariableMonomLocalFiniteElementMap (const M &m, unsigned int defaultP) | |
VariableMonomLocalFiniteElementMap (const M &m, Dune::GeometryType gt, 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::VariableMonomLocalFiniteElementMap< M, D, R, d, maxP >::Traits |
|
inline |
Construct a VariableMonomLocalFiniteElementMap for GeometryType Dune::cube
|
inline |
Construct a VariableMonomLocalFiniteElementMap for a given GeometryType gt
|
inline |
get local basis functions for entity
|
inline |
|
inline |
get local basis functions for a given polynomial order
|
inline |
get local basis functions for the default order
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |