1 #ifndef DUNE_GRAPECOMMON_HH
2 #define DUNE_GRAPECOMMON_HH
4 #include "grapewrapper.hh"
9 enum { MAX_EL_DOF = 8 };
10 enum { MAX_EL_FACE = 6 };
13 static BUTTON * maxlevelButton=0;
16 static BUTTON * minMaxColorbar=0;
19 static COMBOBUTTON * iteratorButton = 0;
20 static int defaultIteratorValue = 0 ;
23 static COMBOBUTTON * partitionTypeButton = 0;
25 static TIMESCENE * globalTsc = 0;
28 typedef struct datainfo DATAINFO;
32 const char * base_name;
40 typedef struct info INFO;