dune-localfunctions  2.2.1
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 
9 
11 
12 namespace Dune
13 {
14 
15  template< template <class,unsigned int> class LP,
16  unsigned int dim, class SF, class CF >
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