dune-grid  2.3.1
alugrid.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_ALUGRID_HH
4 #define DUNE_ALUGRID_HH
5 
6 // only include this code, if HAVE_ALUGRID is true
7 #if HAVE_ALUGRID || DOXYGEN
8 
10 
13 
14 // 2d version
17 
19 
25 namespace Dune
26 {
27 
52  template< int dim, int dimworld >
53  class ALUCubeGrid;
54 
55 
56 
84  template< int dim, int dimworld >
85  class ALUSimplexGrid;
86 
87  //- include declaration of ALUGrid
89 
90 } //end namespace Dune
91 
92 #endif // #ifdef HAVE_ALUGRID || DOXYGEN
93 
94 #endif