dune-localfunctions  2.2.1
raviartthomasbasis.hh
Go to the documentation of this file.
1 #ifndef DUNE_RAVIARTTHOMASBASIS_HH
2 #define DUNE_RAVIARTTHOMASBASIS_HH
3 
4 #include <fstream>
5 #include <dune/common/exceptions.hh>
6 
10 
11 namespace Dune
12 {
13  template< unsigned int dim, class SF, class CF >
15  : public DefaultBasisFactory< RTPreBasisFactory<dim,CF>,
16  RaviartThomasL2InterpolationFactory<dim,CF>,
17  dim,dim,SF,CF >
18  {
19  };
20 }
21 
22 #endif // #ifndef DUNE_RAVIARTTHOMASBASIS_HH
23