dune-grid  2.2.0
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 
8 
11 
12 // 2d version
15 
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
87 
88 } //end namespace Dune
89 
90 #endif // #ifdef HAVE_ALUGRID
91 
92 #endif