From 4d979fb7fe321a453f95fef5e0fb33dc1e19dc13 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 10 Feb 2010 05:20:40 +0000 Subject: 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 --- schedule.ccl | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. ### -- cgit v1.2.3