dune-localfunctions
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
localfunctions
lagrange.hh
Go to the documentation of this file.
1
#ifndef DUNE_LAGRANGEFINITEELEMENT_HH
2
#define DUNE_LAGRANGEFINITEELEMENT_HH
3
4
#include <
dune/localfunctions/utility/localfiniteelement.hh
>
5
#include <
dune/localfunctions/utility/dglocalcoefficients.hh
>
6
7
#include <
dune/localfunctions/lagrange/lagrangecoefficients.hh
>
8
#include <
dune/localfunctions/lagrange/interpolation.hh
>
9
#include <
dune/localfunctions/lagrange/lagrangebasis.hh
>
10
11
namespace
Dune
12
{
40
template
<
template
<
class
,
unsigned
int
>
class
LP,
41
unsigned
int
dimDomain,
class
D,
class
R,
42
class
SF=R,
class
CF=SF >
43
class
LagrangeLocalFiniteElement
44
:
public
GenericLocalFiniteElement
< LagrangeBasisFactory< LP, dimDomain, SF, CF >,
45
LagrangeCoefficientsFactory<LP, dimDomain, SF >,
46
LagrangeInterpolationFactory< LP, dimDomain, SF > >
47
{
48
typedef
GenericLocalFiniteElement< LagrangeBasisFactory< LP, dimDomain, SF, CF >
,
49
LagrangeCoefficientsFactory<LP, dimDomain, SF >
,
50
LagrangeInterpolationFactory< LP, dimDomain, SF >
>
Base
;
51
public
:
52
typedef
typename
Base::Traits
Traits
;
53
56
LagrangeLocalFiniteElement
(
unsigned
int
topologyId
,
unsigned
int
order ) DUNE_DEPRECATED
57
:
Base
(
topologyId
, order )
58
{}
59
62
LagrangeLocalFiniteElement
(
const
GeometryType >,
unsigned
int
order )
63
:
Base
( gt, order )
64
{}
65
};
66
}
67
68
#endif // #ifndef DUNE_LAGRANGEFINITEELEMENT_HH
Generated on Mon May 20 2013 01:06:58 for dune-localfunctions by
1.8.3.1