From 58ae84d79f4a39cab0af52df29d75621117256a3 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 11 Jan 2010 18:01:33 +0000 Subject: Recalculate constraints after recovery git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@143 b7a48df3-cbbf-4440-997f-b4b717c9f7fc --- schedule.ccl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/schedule.ccl b/schedule.ccl index 909aec0..7a1204b 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,6 +1,5 @@ -# Make sure there is storage for the conformal state flag -# so we can use it irrespective of metric_type -storage: conformal_state +# Schedule definitions for thorn ADMConstraints +# $Header$ schedule ADMConstraints_ParamCheck at CCTK_PARAMCHECK { @@ -38,10 +37,14 @@ if (constraints_persist) { } "Evaluate ADM constraints, and perform symmetry boundary conditions" + schedule GROUP ADMConstraintsGroup at CCTK_POST_RECOVER_VARIABLES after (MoL_PostStep MoL_PostInitial) + { + } "Evaluate ADM constraints, and perform symmetry boundary conditions" + schedule GROUP ADMConstraintsGroup at CCTK_EVOL after MoL_Evolution { } "Evaluate ADM constraints, and perform symmetry boundary conditions" - + schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTREGRID after MoL_PostStep { } "Set ADM constraints on the boundary" -- cgit v1.2.3