00001 #ifndef __AMRShift__Space__H__ 00002 #define __AMRShift__Space__H__ 00003 00004 ///cns fortran uses this 00005 //#define BLOCKSIZE 32 00006 //#define DIM 3 00007 00008 //multigrid works best with this 00009 //#define BLOCKSIZE 4 00010 //#define DIM 2 00011 00012 //#define BLOCKSIZE 8 00013 //#define DIM 3 00014 00015 #define BLOCKSIZE 8 00016 //#define DIM 2 00017 00018 #endif