aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@b83b3108-af97-48ba-8c81-9293ccf7f924>2011-08-03 00:13:46 +0000
committereschnett <eschnett@b83b3108-af97-48ba-8c81-9293ccf7f924>2011-08-03 00:13:46 +0000
commit1c168323f419a5c5875a5c285baae3fd5221c4dc (patch)
tree67c1f918ac243cdcf2c4bcc4146011a7ddb33c4c
parenta2b1dfafeb210f6814821a4bd735871ebd986dc2 (diff)
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
-rw-r--r--schedule.ccl7
1 files 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"