|
| typedef LocalFiniteElementTraits< typename OrthonormalBasisFactory< dimDomain, D, R, SF, CF >::Object, typename DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, D, R, SF, CF > >::Object, typename LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, D, R, SF, CF >, true >::Object > | Traits |
| typedef GenericLocalFiniteElement< OrthonormalBasisFactory< dimDomain, D, R, R, R >, DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, D, R, R, R > >, LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, D, R, R, R >, true > > | This |
| typedef OrthonormalBasisFactory< dimDomain, D, R, R, R >::Key | Key |
| typedef OrthonormalBasisFactory< dimDomain, D, R, R, R > | BasisFactory |
| typedef DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, D, R, R, R > > | CoefficientFactory |
| typedef LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, D, R, R, R >, true > | InterpolationFactory |
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 |