3 #ifndef DUNE_ORTHONORMALFINITEELEMENT_HH
4 #define DUNE_ORTHONORMALFINITEELEMENT_HH
28 template<
unsigned int dimDomain,
class D,
class R,
29 class SF=R,
class CF=SF >
32 DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >,
33 LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >,true > >
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis...
Definition: localfiniteelement.hh:21
OrthonormalLocalFiniteElement(const GeometryType >, unsigned int order)
Definition: orthonormal.hh:43
A factory class for the dg local coefficients.
Definition: dglocalcoefficients.hh:57
A factory class for the local l2 interpolations taking a basis factory and using GenericGeometry::Qua...
Definition: l2interpolation.hh:169
A class providing orthonormal basis functions.
Definition: orthonormal.hh:30
LocalFiniteElementTraits< typename OrthonormalBasisFactory< dimDomain, SF, CF >::Object, typename DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >::Object, typename LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >, true >::Object > Traits
Definition: localfiniteelement.hh:26