aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 87a34ce..116d910 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -24,7 +24,12 @@ schedule ParamCheck_CartGrid3D at CCTK_PARAMCHECK
LANG:C
} "Check coordinates for CartGrid3D"
-schedule CartGrid3D as SpatialCoordinates at CCTK_BASEGRID
+schedule CartGrid3D_SetRanges at CCTK_BASEGRID before SpatialCoordinates
+{
+ LANG:C
+} "Set up ranges for spatial 3D Cartesian coordinates"
+
+schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_BASEGRID
{
LANG:C
} "Set up spatial 3D Cartesian coordinates on the GH"