00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _GVARS_
00020 #define _GVARS_
00021
00022 #define NX 96
00023 #define NY 96
00024 #define NZ 96
00026 #define MHD
00027 #define ELSASSER_FORMULATION
00029 #define WITH_BRAGINSKII
00030 #define WITH_HALL
00031 #define WITH_EXPLICIT_DISSIPATION
00032 #define SGS
00034 #define COMPRESSIBLE
00036 #define BOUSSINESQ
00037 #define VERTSTRAT
00039 #define WITH_ROTATION
00041 #define WITH_SHEAR
00042 #define TIME_DEPENDANT_SHEAR
00044 #define WITH_2D
00046 #define WITH_PARTICLES
00048 #define BOUNDARY_C
00050 #define FORCING
00052 #define FFT_PLANNING FFTW_MEASURE
00056 #endif