5#ifndef DUNE_ORTHONORMALFINITEELEMENT_HH
6#define DUNE_ORTHONORMALFINITEELEMENT_HH
32 template<
unsigned int dimDomain,
class D,
class R,
33 class SF=R,
class CF=SF >
36 DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >,
37 LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >,true > >
Definition bdfmcube.hh:18
OrthonormalLocalFiniteElement(const GeometryType >, unsigned int order)
Definition orthonormal.hh:47
A factory class for the dg local coefficients.
Definition dglocalcoefficients.hh:59
A factory class for the local l2 interpolations taking a basis factory.
Definition l2interpolation.hh:163
GenericLocalFiniteElement(const GeometryType >, const Key &key)
Definition localfunctions/utility/localfiniteelement.hh:44
LocalFiniteElementTraits< typename OrthonormalBasisFactory< dimDomain, SF, CF >::Object, typename DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >::Object, typename LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >, true >::Object > Traits
Definition localfunctions/utility/localfiniteelement.hh:29