dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | 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< Imp > Traits
 export type of the signature More...
 

Public Member Functions

template<class EntityType >
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...
 
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_
 

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

template<class Imp , int dim_>
typedef LocalFiniteElementMapTraits<Imp> Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::Traits
inherited

export type of the signature

Member Function Documentation

◆ find()

template<class Imp , int dim_>
template<class EntityType >
const Traits::FiniteElementType & Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::find ( const EntityType &  e) const
inlineinherited

get local basis functions for entity

◆ fixedSize()

static constexpr bool Dune::PDELab::OPBLocalFiniteElementMap< D, R, k, d, bt, R , basisType >::fixedSize ( )
inlinestaticconstexprinherited

◆ hasDOFs()

static constexpr bool Dune::PDELab::OPBLocalFiniteElementMap< D, R, k, d, bt, R , basisType >::hasDOFs ( int  codim)
inlinestaticconstexprinherited

◆ maxLocalSize()

static constexpr std::size_t Dune::PDELab::OPBLocalFiniteElementMap< D, R, k, d, bt, R , basisType >::maxLocalSize ( )
inlinestaticconstexprinherited

◆ 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 ( )
inlinestaticconstexpr

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 ( )
inlinestaticconstexpr

return type of polynomial basis

◆ size()

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

Member Data Documentation

◆ dimension

template<class Imp , int dim_>
constexpr int Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::dimension = dim_
staticconstexprinherited

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