3 #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH
4 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH
31 template<
unsigned int dimDomain,
class D,
class R,
32 class SF=R,
class CF=SF>
35 RaviartThomasCoefficientsFactory<dimDomain>,
36 RaviartThomasL2InterpolationFactory<dimDomain, SF> >
56 template<
unsigned int dimDomain,
class D,
class R,
57 class SF=R,
class CF=SF >
59 DUNE_DEPRECATED_MSG(
"Use RaviartThomasSimplexLocalFiniteElement instead")
74 #endif // #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension...
Definition: raviartthomassimplex.hh:33
Definition: raviartthomassimplexinterpolation.hh:27
RaviartThomasSimplexLocalFiniteElement(const GeometryType >, unsigned int order)
Definition: raviartthomassimplex.hh:45
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension...
Definition: raviartthomassimplex.hh:58
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis...
Definition: localfiniteelement.hh:21
RaviartThomasLocalFiniteElement(const GeometryType >, unsigned int order)
Definition: raviartthomassimplex.hh:67
Definition: raviartthomassimplexbasis.hh:16
LocalFiniteElementTraits< typename RaviartThomasBasisFactory< dimDomain, SF, CF >::Object, typename RaviartThomasCoefficientsFactory< dimDomain >::Object, typename RaviartThomasL2InterpolationFactory< dimDomain, SF >::Object > Traits
Definition: localfiniteelement.hh:26
Definition: raviartthomassimplexinterpolation.hh:29