dune-localfunctions
2.5.0
dune
localfunctions
lagrange
lagrangebasis.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_LAGRANGEBASIS_HH
4
#define DUNE_LAGRANGEBASIS_HH
5
6
#include <fstream>
7
#include <dune/common/exceptions.hh>
8
9
#include <
dune/localfunctions/utility/defaultbasisfactory.hh
>
10
#include <
dune/localfunctions/utility/monomialbasis.hh
>
11
12
#include <
dune/localfunctions/lagrange/interpolation.hh
>
13
14
namespace
Dune
15
{
16
17
template
<
template
<
class
,
unsigned
int
>
class
LP,
18
unsigned
int
dim,
class
SF,
class
CF >
19
struct
LagrangeBasisFactory
20
:
public
DefaultBasisFactory
< MonomialBasisFactory<dim,CF>,
21
LagrangeInterpolationFactory<LP,dim,CF>,
22
dim,1,SF,CF >
23
{};
24
25
}
26
27
#endif // #ifndef DUNE_LAGRANGEBASIS_HH
defaultbasisfactory.hh
interpolation.hh
Dune::LagrangeBasisFactory
Definition:
lagrangebasis.hh:19
Dune
Definition:
brezzidouglasmarini1cube2dlocalbasis.hh:15
Dune::DefaultBasisFactory
Definition:
defaultbasisfactory.hh:36
monomialbasis.hh
Generated by
1.8.12