HARM
harm and utilities
 All Data Structures Files Functions Variables Typedefs Macros Pages
global.other.h
Go to the documentation of this file.
1 
6 #if( DO_WENO_DEBUG )
7 
8 FILE *debugfp;
9 #endif //DO_WENO_DEBUG
10 
11 //defines of the interpolation direction unit vector -- can be used outside of ENODEBUG stuff, so put it here
12 //#define ITERGLOBALDEF {di = (iterglobal==1); dj = (iterglobal==2); dk = (iterglobal==3);}
13 
14 #if(DOENODEBUG) //atch
15 #define ENODEBUGPARAM_SMONO 0
16 #define ENODEBUGPARAM_WENO5 1
17 #define ENODEBUGPARAM_WENO3 2
18 #define ENODEBUGPARAM_dPP 3
19 #define ENODEBUGPARAM_LIMCORR 4
20 #define ENODEBUGPARAM_LIMCORR_PRIM 5
21 #endif