aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e0c76c3..a0e2840 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -35,6 +35,11 @@ schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_BASEGRID
LANG:C
} "Set up spatial 3D Cartesian coordinates on the GH"
+schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_POSTREGRIDINITIAL
+{
+ LANG: C
+} "Set Coordinates after regridding"
+
schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_POSTREGRID
{
LANG: C