3 #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH
4 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH
33 template<
unsigned int dimDomain,
class D,
class R,
34 class SF=R,
class CF=SF>
37 RaviartThomasCoefficientsFactory<dimDomain>,
38 RaviartThomasL2InterpolationFactory<dimDomain, SF> >
Definition: bdfmcube.hh:16
Definition: raviartthomassimplexinterpolation.hh:422
Definition: raviartthomassimplexinterpolation.hh:68
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension.
Definition: raviartthomassimplex.hh:39
RaviartThomasSimplexLocalFiniteElement(const GeometryType >, unsigned int order)
Definition: raviartthomassimplex.hh:47
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis,...
Definition: localfunctions/utility/localfiniteelement.hh:23
LocalFiniteElementTraits< typename BasisF::Object, typename CoeffF::Object, typename InterpolF::Object > Traits
Definition: localfunctions/utility/localfiniteelement.hh:27