DUNE PDELab (git)

Dune::PDELab::QkDGLocalFiniteElementMap< D, R, k, d, QkDGBasisPolynomial::l2orthonormal > Class Template Reference

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::FiniteElementTypefind (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
 

Detailed Description

template<class D, class R, int k, int d>
class Dune::PDELab::QkDGLocalFiniteElementMap< D, R, k, d, QkDGBasisPolynomial::l2orthonormal >

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>.

Template Parameters
DType used for coordinates
RType used for shape function values
kOrder of polynomial basis
dGrid dimension
Note
Use OPBLocalFiniteElementMap directly if you need more customization.

The documentation for this class was generated from the following file:
  • dune/pdelab/finiteelementmap/qkdg.hh
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)