5 #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH
6 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH
35 template<
unsigned int dimDomain,
class D,
class R,
36 class SF=R,
class CF=SF>
39 RaviartThomasCoefficientsFactory<dimDomain>,
40 RaviartThomasL2InterpolationFactory<dimDomain, SF> >
Definition: bdfmcube.hh:18
Definition: raviartthomassimplexinterpolation.hh:421
Definition: raviartthomassimplexinterpolation.hh:70
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension.
Definition: raviartthomassimplex.hh:41
RaviartThomasSimplexLocalFiniteElement(const GeometryType >, unsigned int order)
Definition: raviartthomassimplex.hh:49
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis,...
Definition: localfunctions/utility/localfiniteelement.hh:25
LocalFiniteElementTraits< typename BasisF::Object, typename CoeffF::Object, typename InterpolF::Object > Traits
Definition: localfunctions/utility/localfiniteelement.hh:29