dune-localfunctions
2.7.0
|
Go to the documentation of this file.
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
Definition: bdfmcube.hh:15
LocalFiniteElementTraits< typename BasisF::Object, typename CoeffF::Object, typename InterpolF::Object > Traits
Definition: localfiniteelement.hh:26
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension.
Definition: raviartthomassimplex.hh:35
Definition: raviartthomassimplexinterpolation.hh:66
A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis,...
Definition: localfiniteelement.hh:21
Definition: raviartthomassimplexinterpolation.hh:27