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> >
53 #endif // #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH LocalFiniteElementTraits< typename RaviartThomasBasisFactory< dimDomain, SF, CF > ::Object, typename RaviartThomasCoefficientsFactory< dimDomain > ::Object, typename RaviartThomasL2InterpolationFactory< dimDomain, SF > ::Object > Traits
Definition: localfiniteelement.hh:26
Definition: raviartthomassimplexinterpolation.hh:28
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension...
Definition: raviartthomassimplex.hh:35
RaviartThomasSimplexLocalFiniteElement(const GeometryType >, unsigned int order)
Definition: raviartthomassimplex.hh:47
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis...
Definition: localfiniteelement.hh:21
Definition: raviartthomassimplexinterpolation.hh:31