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> 
   27  template< 
template <
class,
unsigned int> 
class LP,
 
   28      unsigned int dim, 
class D, 
class R,
 
   29      class SF=R, 
class CF=SF >
 
   31    : 
public DefaultBasisFactory< MonomialBasisFactory<dim,CF>,
 
   32          LagrangeInterpolationFactory<LP,dim,CF>,
 
A few common exception classes.
 
Dune namespace.
Definition: alignedallocator.hh:13
 
Factory for Lagrange local basis based on a Lagrange point-set.
Definition: lagrangebasis.hh:34