aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-08-19 23:58:27 +0000
committereschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-08-19 23:58:27 +0000
commit52ed503635a6c5dc06bd8bd8866b6eb6f00ec28b (patch)
treecf00a391b3f2375e224d628fc9cca27c16c77f42 /schedule.ccl
parenteefdedc5710a124fe68da8382db679842f9fbf1a (diff)
Schedule certain items before MoL_PostStepModify
Schedule all those items which were scheduled "before MoL_PostStep" also "before MoL_PostStepModify". git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@265 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5d38b42..72ab253 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -271,11 +271,11 @@ if(CCTK_Equals(Bvec_evolution_method,"GRHydro"))
if (CCTK_IsThornActive("PUGH" ))
{
- schedule GRHydro_Rho_Minima_Setup_Final_PUGH AT CCTK_PostInitial BEFORE MoL_PostStep
+ schedule GRHydro_Rho_Minima_Setup_Final_PUGH AT CCTK_PostInitial BEFORE (MoL_PostStepModify MoL_PostStep)
{
LANG: C
} "Set the value of the rest-mass density of the atmosphere which will be used during the evolution (PUGH)"
- schedule GRHydro_InitialAtmosphereResetM AT CCTK_PostInitial BEFORE MoL_PostStep AFTER GRHydro_Rho_Minima_Setup_Final_PUGH
+ schedule GRHydro_InitialAtmosphereResetM AT CCTK_PostInitial BEFORE (MoL_PostStepModify MoL_PostStep) AFTER GRHydro_Rho_Minima_Setup_Final_PUGH
{
LANG: Fortran
} "Use mask to enforce atmosphere at initial time"
@@ -296,11 +296,11 @@ if(CCTK_Equals(Bvec_evolution_method,"GRHydro"))
if (CCTK_IsThornActive("PUGH" ))
{
- schedule GRHydro_Rho_Minima_Setup_Final_PUGH AT CCTK_PostInitial BEFORE MoL_PostStep
+ schedule GRHydro_Rho_Minima_Setup_Final_PUGH AT CCTK_PostInitial BEFORE (MoL_PostStepModify MoL_PostStep)
{
LANG: C
} "Set the value of the rest-mass density of the atmosphere which will be used during the evolution (PUGH)"
- schedule GRHydro_InitialAtmosphereReset AT CCTK_PostInitial BEFORE MoL_PostStep AFTER GRHydro_Rho_Minima_Setup_Final_PUGH
+ schedule GRHydro_InitialAtmosphereReset AT CCTK_PostInitial BEFORE (MoL_PostStepModify MoL_PostStep) AFTER GRHydro_Rho_Minima_Setup_Final_PUGH
{
LANG: Fortran
} "Use mask to enforce atmosphere at initial time"