dune-localfunctions
2.7.0
|
Go to the documentation of this file.
3 #ifndef DUNE_ORTHONORMALFINITEELEMENT_HH
4 #define DUNE_ORTHONORMALFINITEELEMENT_HH
30 template<
unsigned int dimDomain,
class D,
class R,
31 class SF=R,
class CF=SF >
34 DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >,
35 LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >,true > >
A factory class for the local l2 interpolations taking a basis factory.
Definition: l2interpolation.hh:196
A class providing orthonormal basis functions.
Definition: orthonormal.hh:32
Definition: bdfmcube.hh:15
LocalFiniteElementTraits< typename BasisF::Object, typename CoeffF::Object, typename InterpolF::Object > Traits
Definition: localfiniteelement.hh:26
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis,...
Definition: localfiniteelement.hh:21
A factory class for the dg local coefficients.
Definition: dglocalcoefficients.hh:56
OrthonormalLocalFiniteElement(const GeometryType >, unsigned int order)
Definition: orthonormal.hh:45