dune-localfunctions
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
localfunctions
orthonormal.hh
Go to the documentation of this file.
1
#ifndef DUNE_ORTHONORMALFINITEELEMENT_HH
2
#define DUNE_ORTHONORMALFINITEELEMENT_HH
3
4
#include <
dune/localfunctions/utility/localfiniteelement.hh
>
5
#include <
dune/localfunctions/utility/dglocalcoefficients.hh
>
6
#include <
dune/localfunctions/utility/l2interpolation.hh
>
7
#include <
dune/localfunctions/orthonormal/orthonormalbasis.hh
>
8
9
namespace
Dune
10
{
26
template
<
unsigned
int
dimDomain,
class
D,
class
R,
27
class
SF=R,
class
CF=SF >
28
class
OrthonormalLocalFiniteElement
29
:
public
GenericLocalFiniteElement
< OrthonormalBasisFactory< dimDomain, SF, CF >,
30
DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >,
31
LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >,true > >
32
{
33
typedef
GenericLocalFiniteElement< OrthonormalBasisFactory< dimDomain, SF, CF >
,
34
DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF >
>,
35
LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >
,
true
> >
Base
;
36
public
:
37
using
typename
Base::Traits
;
38
41
OrthonormalLocalFiniteElement
(
unsigned
int
topologyId
,
42
unsigned
int
order ) DUNE_DEPRECATED
43
:
Base
(
topologyId
,order)
44
{}
45
48
OrthonormalLocalFiniteElement
(
const
GeometryType >,
unsigned
int
order )
49
:
Base
(gt, order)
50
{}
51
};
52
53
}
54
55
#endif
Generated on Mon May 20 2013 01:06:58 for dune-localfunctions by
1.8.3.1