[Commits] [svn:einsteintoolkit] TmunuBase/trunk/ (Rev. 10)
schnetter at cct.lsu.edu
schnetter at cct.lsu.edu
Tue Aug 2 19:13:46 CDT 2011
User: eschnett
Date: 2011/08/02 07:13 PM
Modified:
/trunk/
schedule.ccl
Log:
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.
File Changes:
Directory: /trunk/
==================
File [modified]: schedule.ccl
Delta lines: +2 -5
===================================================================
--- trunk/schedule.ccl 2011-04-21 04:46:34 UTC (rev 9)
+++ trunk/schedule.ccl 2011-08-03 00:13:46 UTC (rev 10)
@@ -61,7 +61,7 @@
# 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_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"
More information about the Commits
mailing list