dune-localfunctions
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
localfunctions
raviartthomas.hh
Go to the documentation of this file.
1
#ifndef DUNE_RAVIARTTHOMASFINITEELEMENT_HH
2
#define DUNE_RAVIARTTHOMASFINITEELEMENT_HH
3
4
#include <
dune/localfunctions/utility/localfiniteelement.hh
>
5
#include <
dune/localfunctions/raviartthomas/raviartthomasbasis.hh
>
6
7
namespace
Dune
8
{
21
template
<
unsigned
int
dimDomain,
class
D,
class
R,
22
class
SF=R,
class
CF=SF >
23
class
RaviartThomasLocalFiniteElement
24
:
public
GenericLocalFiniteElement
< RaviartThomasBasisFactory< dimDomain, SF, CF >,
25
RaviartThomasCoefficientsFactory< dimDomain >,
26
RaviartThomasL2InterpolationFactory< dimDomain, SF > >
27
{
28
typedef
GenericLocalFiniteElement< RaviartThomasBasisFactory< dimDomain, SF, CF >
,
29
RaviartThomasCoefficientsFactory< dimDomain >
,
30
RaviartThomasL2InterpolationFactory< dimDomain, SF >
>
Base
;
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 >,
unsigned
int
order )
41
:
Base
( gt, order )
42
{}
43
};
44
45
}
// namespace Dune
46
47
#endif // #ifndef DUNE_RAVIARTTHOMASFINITEELEMENT_HH
Generated on Mon May 20 2013 01:06:59 for dune-localfunctions by
1.8.3.1