From 1c168323f419a5c5875a5c285baae3fd5221c4dc Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 3 Aug 2011 00:13:46 +0000 Subject: Correct scheduling of group SetTmunu Schedule group SetTmunu after ADMBase_SetADMVars. Do not explicitly schedule group SetTmunu after MoL_Evolution, since MoL_PostStep is already scheduled there, and this contains SetTmunu. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/TmunuBase/trunk@10 b83b3108-af97-48ba-8c81-9293ccf7f924 --- schedule.ccl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/schedule.ccl b/schedule.ccl index e2be422..83f9470 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -61,7 +61,7 @@ if (stress_energy_storage) # if (stress_energy_at_RHS) # { - # SCHEDULE GROUP SetTmunu IN MoL_PostStep AFTER Whisky_PostStep + # SCHEDULE GROUP SetTmunu IN MoL_PostStep AFTER (ADMBase_SetADMVars Whisky_PostStep) # { # } "Calculate the stress-energy tensor" # } else { @@ -71,13 +71,10 @@ if (stress_energy_storage) # } if (stress_energy_at_RHS) { - SCHEDULE GROUP SetTmunu IN MoL_PostStep + SCHEDULE GROUP SetTmunu IN MoL_PostStep AFTER ADMBase_SetADMVars { } "Group for calculating the stress-energy tensor" } - SCHEDULE GROUP SetTmunu AT evol AFTER MoL_Evolution - { - } "Group for calculating the stress-energy tensor" -- cgit v1.2.3