dune-localfunctions  2.2.1
raviartthomas.hh
Go to the documentation of this file.
1 #ifndef DUNE_RAVIARTTHOMASFINITEELEMENT_HH
2 #define DUNE_RAVIARTTHOMASFINITEELEMENT_HH
3 
6 
7 namespace Dune
8 {
21  template< unsigned int dimDomain, class D, class R,
22  class SF=R, class CF=SF >
24  : public GenericLocalFiniteElement< RaviartThomasBasisFactory< dimDomain, SF, CF >,
25  RaviartThomasCoefficientsFactory< dimDomain >,
26  RaviartThomasL2InterpolationFactory< dimDomain, SF > >
27  {
31  public:
32  using typename Base::Traits;
33 
35  RaviartThomasLocalFiniteElement ( unsigned int topologyId, unsigned int order ) DUNE_DEPRECATED
36  : Base( topologyId, order )
37  {}
38 
40  RaviartThomasLocalFiniteElement ( const GeometryType &gt, unsigned int order )
41  : Base( gt, order )
42  {}
43  };
44 
45 } // namespace Dune
46 
47 #endif // #ifndef DUNE_RAVIARTTHOMASFINITEELEMENT_HH