Public Member Functions |
| OrthonormalLocalFiniteElement (unsigned int topologyId, unsigned int order) |
| OrthonormalLocalFiniteElement (const GeometryType >, unsigned int order) |
| dune_static_assert ((Conversion< Key, typename DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >::Key >::sameType),"incompatible keys between BasisCreator and CoefficientsCreator") |
| dune_static_assert ((Conversion< Key, typename LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >, true >::Key >::sameType),"incompatible keys between BasisCreator and InterpolationCreator") |
const Traits::LocalBasisType & | localBasis () const |
const
Traits::LocalCoefficientsType & | localCoefficients () const |
const
Traits::LocalInterpolationType & | localInterpolation () const |
GeometryType | type () const |
unsigned int | topologyId () const |
template<unsigned int dimDomain, class D, class R, class SF = R, class CF = SF>
class Dune::OrthonormalLocalFiniteElement< dimDomain, D, R, SF, CF >
A class providing orthonormal basis functions.
These basis functions are constructed by l2 orthonormalizing of monomials over a reference element. Thus the span is always Pk. The coefficients and the interpolation are given by the Dune::DGLocalCoefficientsFactory and the Dune::LocalL2InterpolationFactory.
- Template Parameters:
-
dimDomain | dimension of reference elements |
D | domain for basis functions |
R | range for basis functions |
SF | storage field for basis matrix |
CF | compute field for basis matrix |