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 brezzidouglasmarini1cube2d.hh:14
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
Definition raviartthomassimplexinterpolation.hh:68
Definition raviartthomassimplexinterpolation.hh:404
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis,...
Definition localfiniteelement.hh:22
LocalFiniteElementTraits< typename BasisF::Object, typename CoeffF::Object, typename InterpolF::Object > Traits
Definition localfiniteelement.hh:26