dune-localfunctions
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
localfunctions
lagrange
lagrangebasis.hh
Go to the documentation of this file.
1
#ifndef DUNE_LAGRANGEBASIS_HH
2
#define DUNE_LAGRANGEBASIS_HH
3
4
#include <fstream>
5
#include <dune/common/exceptions.hh>
6
7
#include <
dune/localfunctions/utility/defaultbasisfactory.hh
>
8
#include <
dune/localfunctions/utility/monomialbasis.hh
>
9
10
#include <
dune/localfunctions/lagrange/interpolation.hh
>
11
12
namespace
Dune
13
{
14
15
template
<
template
<
class
,
unsigned
int
>
class
LP,
16
unsigned
int
dim,
class
SF,
class
CF >
17
struct
LagrangeBasisFactory
18
:
public
DefaultBasisFactory
< MonomialBasisFactory<dim,CF>,
19
LagrangeInterpolationFactory<LP,dim,CF>,
20
dim,1,SF,CF >
21
{};
22
23
}
24
25
#endif // #ifndef DUNE_LAGRANGEBASIS_HH
26
Generated on Mon May 20 2013 01:06:58 for dune-localfunctions by
1.8.3.1