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> >
55 #endif // #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS_SIMPLEX_HH Definition: raviartthomassimplexinterpolation.hh:69
LocalFiniteElementTraits< typename RaviartThomasBasisFactory< dimDomain, D, R, SF, CF > ::Object, typename RaviartThomasCoefficientsFactory< dimDomain > ::Object, typename RaviartThomasL2InterpolationFactory< dimDomain, SF > ::Object > Traits
Definition: localfunctions/utility/localfiniteelement.hh:29
Definition: raviartthomassimplexinterpolation.hh:30
RaviartThomasSimplexLocalFiniteElement(const GeometryType >, unsigned int order)
Definition: raviartthomassimplex.hh:49
Definition: bdfmcube.hh:17
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension...
Definition: raviartthomassimplex.hh:37
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis...
Definition: localfunctions/utility/localfiniteelement.hh:24