[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 260)
schnetter at cct.lsu.edu
schnetter at cct.lsu.edu
Tue Aug 2 19:17:00 CDT 2011
User: eschnett
Date: 2011/08/02 07:17 PM
Modified:
/trunk/
schedule.ccl
Log:
Correct schedule
Do not schedule group SetTmunu from GRHydro; group SetTmunu is now
scheduled by thorn TmunuBase.
Correct scheduling of GRHydro_AtmosphereReset, and
GRHydro_AtmosphereResetM, and the associated HydroBase_Boundaries.
File Changes:
Directory: /trunk/
==================
File [modified]: schedule.ccl
Delta lines: +3 -12
===================================================================
--- trunk/schedule.ccl 2011-08-02 21:32:00 UTC (rev 259)
+++ trunk/schedule.ccl 2011-08-03 00:17:00 UTC (rev 260)
@@ -973,18 +973,18 @@
if (CCTK_Equals(Bvec_evolution_method,"GRHydro"))
{
- schedule GRHydro_AtmosphereResetM IN MoL_Evolution AFTER MoL_Step BEFORE HydroBase_Boundaries AFTER MoL_RestoreSandR
+ schedule GRHydro_AtmosphereResetM AT EVOL AFTER MoL_Evolution
{
LANG: Fortran
} "Reset the atmosphere - MHD version"
} else {
- schedule GRHydro_AtmosphereReset IN MoL_Evolution AFTER MoL_Step BEFORE HydroBase_Boundaries AFTER MoL_RestoreSandR
+ schedule GRHydro_AtmosphereReset AT EVOL AFTER MoL_Evolution
{
LANG: Fortran
} "Reset the atmosphere"
}
-schedule group HydroBase_Boundaries IN MoL_Evolution AFTER MoL_Step
+schedule group HydroBase_Boundaries AT EVOL AFTER MoL_Evolution AFTER (GRHydro_AtmosphereRese GRHydro_AtmosphereResetM)
{
} "HydroBase Boundary conditions group"
@@ -1064,12 +1064,3 @@
schedule GROUP SetTmunu AT POSTPOSTINITIAL AFTER Con2Prim BEFORE ADMConstraintsGroup
{
} "Calculate the stress-energy tensor"
-
-schedule GROUP SetTmunu AT POST_RECOVER_VARIABLES
-{
-} "Calculate the stress-energy tensor"
-
-schedule GROUP SetTmunu IN MoL_Evolution AFTER HydroBase_Boundaries
-{
-} "Calculate the stress-energy tensor"
-
More information about the Commits
mailing list