dune-localfunctions
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
localfunctions
raviartthomas
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
7
#include <
dune/localfunctions/utility/defaultbasisfactory.hh
>
8
#include <
dune/localfunctions/raviartthomas/interpolation.hh
>
9
#include <
dune/localfunctions/raviartthomas/raviartthomasprebasis.hh
>
10
11
namespace
Dune
12
{
13
template
<
unsigned
int
dim,
class
SF,
class
CF >
14
struct
RaviartThomasBasisFactory
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
Generated on Mon May 20 2013 01:06:59 for dune-localfunctions by
1.8.3.1