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 eff36f4..6fd7ec2 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -653,6 +653,17 @@ schedule GROUP MoL_PostStep AT PostRestrict
{
} "Ensure that everything is correct after restriction"
+##################################################################
+### Schedule the PostStep parts after recovery ###
+### 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 Post_Recover_Variables AS MoL_PostRecoverVariables
+{
+} "Ensure that everything is correct after recovery"
+
############################################################
### Additional boundary condition bins as requested by ###
### Yosef Zlochower. ###