dune-localfunctions
2.3.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
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2
// vi: set et ts=4 sw=2 sts=2:
3
#ifndef DUNE_ORTHONORMALFINITEELEMENT_HH
4
#define DUNE_ORTHONORMALFINITEELEMENT_HH
5
6
#include <
dune/localfunctions/utility/localfiniteelement.hh
>
7
#include <
dune/localfunctions/utility/dglocalcoefficients.hh
>
8
#include <
dune/localfunctions/utility/l2interpolation.hh
>
9
#include <
dune/localfunctions/orthonormal/orthonormalbasis.hh
>
10
11
namespace
Dune
12
{
28
template
<
unsigned
int
dimDomain,
class
D,
class
R,
29
class
SF=R,
class
CF=SF >
30
class
OrthonormalLocalFiniteElement
31
:
public
GenericLocalFiniteElement
< OrthonormalBasisFactory< dimDomain, SF, CF >,
32
DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >,
33
LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >,true > >
34
{
35
typedef
GenericLocalFiniteElement< OrthonormalBasisFactory< dimDomain, SF, CF >
,
36
DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF >
>,
37
LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >
,
true
> >
Base
;
38
public
:
39
using
typename
Base::Traits
;
40
43
OrthonormalLocalFiniteElement
(
const
GeometryType >,
unsigned
int
order )
44
:
Base
(gt, order)
45
{}
46
};
47
48
}
49
50
#endif
Generated on Mon Nov 24 2014 20:50:33 for dune-localfunctions by
1.8.1.2