aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-08-03 00:17:00 +0000
committereschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-08-03 00:17:00 +0000
commit3d406a9c020cf0e9d68ac6a051125d98b9641238 (patch)
tree31d66f12b568f9cc6b4f83a938db143387fe275f /schedule.ccl
parent415ab7729def9fad475a4f40e7906ebeb49a29ee (diff)
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. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@260 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl15
1 files changed, 3 insertions, 12 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2a5a8be..826ffbd 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -973,18 +973,18 @@ schedule GRHydro_Boundaries IN HydroBase_Select_Boundaries AS GRHydro_Bound
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 @@ if (CCTK_Equals(Bvec_evolution_method,"GRHydro"))
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"
-