dune-pdelab  2.5-dev
Public Types | Public Member Functions | Static Public Member Functions | List of all members
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>

Inheritance diagram for Dune::PDELab::QkDGLocalFiniteElementMap< D, R, k, d, QkDGBasisPolynomial::l2orthonormal >:
Inheritance graph

Public Types

typedef LocalFiniteElementMapTraits< Dune::OPBLocalFiniteElement< D, R, k, d, bt, R, basisType > > Traits
 export type of the signature More...
 

Public Member Functions

bool fixedSize () const
 
bool hasDOFs (int codim) const
 
std::size_t size (GeometryType gt) const
 
std::size_t maxLocalSize () const
 
const Traits::FiniteElementTypefind (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...
 

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.

Member Typedef Documentation

§ Traits

typedef LocalFiniteElementMapTraits<Dune::OPBLocalFiniteElement< D, R, k, d, bt, R, basisType > > Dune::PDELab::SimpleLocalFiniteElementMap< Dune::OPBLocalFiniteElement< D, R, k, d, bt, R, basisType > >::Traits
inherited

export type of the signature

Member Function Documentation

§ find()

const Traits::FiniteElementType& Dune::PDELab::SimpleLocalFiniteElementMap< Dune::OPBLocalFiniteElement< D, R, k, d, bt, R, basisType > >::find ( const EntityType &  e) const
inlineinherited

get local basis functions for entity

§ fixedSize()

bool Dune::PDELab::OPBLocalFiniteElementMap< D, R, k, d, bt, R , basisType >::fixedSize ( ) const
inlineinherited

§ hasDOFs()

bool Dune::PDELab::OPBLocalFiniteElementMap< D, R, k, d, bt, R , basisType >::hasDOFs ( int  codim) const
inlineinherited

§ maxLocalSize()

std::size_t Dune::PDELab::OPBLocalFiniteElementMap< D, R, k, d, bt, R , basisType >::maxLocalSize ( ) const
inlineinherited

§ order()

template<class D , class R , int k, int d>
static constexpr std::size_t Dune::PDELab::QkDGLocalFiniteElementMap< D, R, k, d, QkDGBasisPolynomial::l2orthonormal >::order ( )
inlinestatic

return order of polynomial basis

§ polynomial()

template<class D , class R , int k, int d>
static constexpr QkDGBasisPolynomial Dune::PDELab::QkDGLocalFiniteElementMap< D, R, k, d, QkDGBasisPolynomial::l2orthonormal >::polynomial ( )
inlinestatic

return type of polynomial basis

§ size()

std::size_t Dune::PDELab::OPBLocalFiniteElementMap< D, R, k, d, bt, R , basisType >::size ( GeometryType  gt) const
inlineinherited

The documentation for this class was generated from the following file: