dune-localfunctions  2.8.0
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 
11 
13 
14 namespace Dune
15 {
16 
17  template< template <class,unsigned int> class LP,
18  unsigned int dim, class SF, class CF >
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
Definition: bdfmcube.hh:16
Definition: lagrangebasis.hh:23
Definition: defaultbasisfactory.hh:36