dune-grid
2.2.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
grid
alugrid.hh
Go to the documentation of this file.
1
#ifndef DUNE_ALUGRID_HH
2
#define DUNE_ALUGRID_HH
3
4
// only include this code, if HAVE_ALUGRID is true
5
#if HAVE_ALUGRID
6
7
#include <
dune/grid/alugrid/common/declaration.hh
>
8
9
#include <
dune/grid/alugrid/3d/alugrid.hh
>
10
#include <
dune/grid/alugrid/3d/alu3dgridfactory.hh
>
11
12
// 2d version
13
#include <
dune/grid/alugrid/2d/alugrid.hh
>
14
#include <
dune/grid/alugrid/2d/alu2dgridfactory.hh
>
15
16
#include <
dune/grid/alugrid/common/persistentcontainer.hh
>
17
23
namespace
Dune
24
{
25
50
template
<
int
dim,
int
dimworld >
51
class
ALUCubeGrid;
52
53
54
82
template
<
int
dim,
int
dimworld >
83
class
ALUSimplexGrid;
84
85
//- include declaration of ALUGrid
86
#include <
dune/grid/alugrid/common/declaration.hh
>
87
88
}
//end namespace Dune
89
90
#endif // #ifdef HAVE_ALUGRID
91
92
#endif
Generated on Mon Jun 4 2012 12:01:09 for dune-grid by
1.8.1