IENCGRTMZB3JXWQ4IGDAXHC7B3QTFFYP2AJAWXOSF4JBFW5YSZHAC
K4RYVLOGDO4R5NV7OMVOYLBLNYV53675IOS2GLCP2S4SPRFTYWGAC
ER2RIS7NYUQJNLFN7RCJQ5ZSXZV7F4AEM3EXZG3GVA4B57R75XIAC
const int di = 1; const int dj = di * (cctk_ash[0] + 1); // one extra grid point for vertex centering const int dk = dj * (cctk_ash[1] + 1); // one extra grid point for vertex centering
const int di = 1;
const int dj = di * (cctk_ash[0] + 1); // one extra grid point for vertex centering
const int dk = dj * (cctk_ash[1] + 1); // one extra grid point for vertex centering
const int ind = CCTK_GFINDEX3D (cctkGH, i, j, k);
const int ind = i*di + j*dj + k*dk;