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< Dune::OPBLocalFiniteElement< D, R, k, d, bt, R, basisType > > | Traits |
export type of the signature More... | |
Public Member Functions | |
const Traits::FiniteElementType & | find (const EntityType &e) const |
get local basis functions for entity More... | |
Static Public Member Functions | |
static constexpr QkDGBasisPolynomial | polynomial () |
return type of polynomial basis More... | |
static constexpr std::size_t | order () |
return order of polynomial basis More... | |
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 |
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 |