aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e7c485c..c8b9918 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -632,6 +632,17 @@ schedule GROUP MoL_PostStep AT PostInitial
} "Ensure that everything is correct after the initial data have been set up"
##################################################################
+### Schedule the PostStep parts in the Carpet 'PostRegrid' ###
+### bin so that symmetries are automatically done correctly. ###
+### We may want to change this later as it could be ###
+### expensive, but it's simplest for the moment. ###
+##################################################################
+
+schedule GROUP MoL_PostStep AT PostRegrid
+{
+} "Ensure that everything is correct after regridding"
+
+##################################################################
### Schedule the PostStep parts in the Carpet 'PostRestrict' ###
### bin so that symmetries are automatically done correctly. ###
### We may want to change this later as it could be ###