dune-grid  2.2.1
grapehmesh.hh
Go to the documentation of this file.
1 #ifndef GRAPE_GRAPEHMESH_HH_INCLUDED
2 #define GRAPE_GRAPEHMESH_HH_INCLUDED
3 
4 #if HAVE_GRAPE
5 
6 #ifndef GRAPE_DIM
7 #define GRAPE_DIM 2
8 #endif
9 
10 #ifndef GRAPE_DIMWORLD
11 #define GRAPE_DIMWORLD 2
12 #endif
13 
14 #undef __GRAPE_HMESH_H__
15 #undef __GRAPE_ELDESC_H__
16 #undef __GRAPE_HMESH_C__
17 
18 #include "ghmesh.cc"
19 
20 #if GRAPE_DIM == 3
21 #define G_CPP
22 #undef __GRAPE_PARTITIONDISPLAY_HH_
23 #include "partitiondisplay.cc"
24 #undef G_CPP
25 #endif
26 
27 #undef GRAPE_DIM
28 #undef GRAPE_DIMWORLD
29 
30 #undef HMesh
31 #undef GenMesh
32 #undef GrapeMesh
33 #endif
34 
35 #endif