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