|
dune-pdelab
2.5-dev
|
#include <dune/pdelab/finiteelementmap/variableqkdgfem.hh>
Public Types | |
| typedef FiniteElementMapTraits< FiniteElementType > | Traits |
Public Member Functions | |
| VariableQkDGLocalFiniteElementMap (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 QkDGLocalFiniteElement instances, depending on the local polynomial degree
| typedef FiniteElementMapTraits<FiniteElementType> Dune::PDELab::VariableQkDGLocalFiniteElementMap< M, D, R, d, maxP >::Traits |
|
inline |
|
inline |
get local basis functions for entity
|
inlinestaticconstexpr |
|
inline |
get local basis functions for the default order
|
inline |
get local basis functions for a given polynomial order
|
inline |
|
inlinestaticconstexpr |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
The dimension of the finite elements returned by this map.
1.8.17