|
dune-pdelab 2.7-git
|
Qk discontinuous Galerkin FiniteElementMap based on an L2 orthonormal polynomials. More...
#include <dune/pdelab/finiteelementmap/qkdg.hh>

Public Types | |
| typedef LocalFiniteElementMapTraits< Imp > | Traits |
| export type of the signature | |
Public Member Functions | |
| template<class EntityType > | |
| const Traits::FiniteElementType & | find (const EntityType &e) const |
| get local basis functions for entity | |
Static Public Member Functions | |
| static constexpr QkDGBasisPolynomial | polynomial () |
| return type of polynomial basis | |
| static constexpr std::size_t | order () |
| return order of polynomial basis | |
| static constexpr bool | fixedSize () |
| static constexpr bool | hasDOFs (int codim) |
| static constexpr std::size_t | size (GeometryType gt) |
| static constexpr std::size_t | maxLocalSize () |
Static Public Attributes | |
| static constexpr int | dimension = dim_ |
Qk discontinuous Galerkin FiniteElementMap based on an L2 orthonormal polynomials.
If you have gmp the computation field for the l2 orthonormal basis polynomials is Dune::GMPField<512>.
| D | Type used for coordinates |
| R | Type used for shape function values |
| k | Order of polynomial basis |
| d | Grid dimension |
|
inherited |
export type of the signature
|
inlineinherited |
get local basis functions for entity
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexpr |
return order of polynomial basis
|
inlinestaticconstexpr |
return type of polynomial basis
|
inlinestaticconstexprinherited |
|
staticconstexprinherited |