aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2010-02-10 05:20:40 +0000
committerschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2010-02-10 05:20:40 +0000
commit4d979fb7fe321a453f95fef5e0fb33dc1e19dc13 (patch)
treea6ddfd1ae3dcebd34be680487efeeec56b9b7204
parentdc12462fe440bd822fcd77ea874945d0d94c715d (diff)
Schedule MoL_PostStep also at post_recover_variables. This ensures
that boundary conditions, ADM variables etc. are correct after recovering. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@137 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-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. ###