5#ifndef DUNE_LAGRANGEBASIS_HH
6#define DUNE_LAGRANGEBASIS_HH
11#include <dune/localfunctions/utility/defaultbasisfactory.hh>
12#include <dune/localfunctions/utility/monomialbasis.hh>
14#include <dune/localfunctions/lagrange/interpolation.hh>
19 template<
template <
class,
unsigned int>
class LP,
20 unsigned int dim,
class SF,
class CF >
21 struct LagrangeBasisFactory
22 :
public DefaultBasisFactory< MonomialBasisFactory<dim,CF>,
23 LagrangeInterpolationFactory<LP,dim,CF>,
A few common exception classes.
Dune namespace.
Definition: alignedallocator.hh:13