dune-grid  2.4
grapehmesh.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 GRAPE_GRAPEHMESH_HH_INCLUDED
4 #define GRAPE_GRAPEHMESH_HH_INCLUDED
5 
6 #if HAVE_GRAPE
7 
8 #ifndef GRAPE_DIM
9 #define GRAPE_DIM 2
10 #endif
11 
12 #ifndef GRAPE_DIMWORLD
13 #define GRAPE_DIMWORLD 2
14 #endif
15 
16 #undef __GRAPE_HMESH_H__
17 #undef __GRAPE_ELDESC_H__
18 #undef __GRAPE_HMESH_C__
19 
20 #include "ghmesh.cc"
21 
22 #if GRAPE_DIM == 3
23 #define G_CPP
24 #undef __GRAPE_PARTITIONDISPLAY_HH_
25 #include "partitiondisplay.cc"
26 #undef G_CPP
27 #endif
28 
29 #undef GRAPE_DIM
30 #undef GRAPE_DIMWORLD
31 
32 #undef HMesh
33 #undef GenMesh
34 #undef GrapeMesh
35 #endif
36 
37 #endif