dune-localfunctions
2.7.1
dune-localfunctions-68f1bcf32d9068c258707d241624a08b771b6fde-68f1bcf32d9068c258707d241624a08b771b6fde
dune
localfunctions
raviartthomas
raviartthomassimplex
raviartthomassimplexbasis.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_RAVIARTTHOMASBASIS_HH
4
#define DUNE_RAVIARTTHOMASBASIS_HH
5
6
#include <fstream>
7
#include <dune/common/exceptions.hh>
8
9
#include <
dune/localfunctions/utility/defaultbasisfactory.hh
>
10
#include "
raviartthomassimplexinterpolation.hh
"
11
#include "
raviartthomassimplexprebasis.hh
"
12
13
namespace
Dune
14
{
15
template
<
unsigned
int
dim,
class
SF,
class
CF >
16
struct
RaviartThomasBasisFactory
17
:
public
DefaultBasisFactory
< RTPreBasisFactory<dim,CF>,
18
RaviartThomasL2InterpolationFactory<dim,CF>,
19
dim,dim,SF,CF >
20
{};
21
}
22
23
#endif
// #ifndef DUNE_RAVIARTTHOMASBASIS_HH
raviartthomassimplexinterpolation.hh
raviartthomassimplexprebasis.hh
defaultbasisfactory.hh
Dune
Definition:
bdfmcube.hh:16
Dune::RaviartThomasBasisFactory
Definition:
raviartthomassimplexbasis.hh:20
Dune::DefaultBasisFactory
Definition:
defaultbasisfactory.hh:36
Generated by
1.9.0