aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl22
1 files changed, 2 insertions, 20 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8fd0580..d8e2e82 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -62,16 +62,7 @@ if (CCTK_EQUALS(fd_order, "2nd"))
if (CCTK_EQUALS(fd_order, "2nd"))
{
- schedule group psis_calc_2nd_bc_group at CCTK_POSTRESTRICT
- {
- # no language specified
- } "psis_calc_2nd"
-}
-
-
-if (CCTK_EQUALS(fd_order, "2nd"))
-{
- schedule group psis_calc_2nd_bc_group at CCTK_POSTRESTRICTINITIAL
+ schedule group psis_calc_2nd_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
# no language specified
} "psis_calc_2nd"
@@ -116,16 +107,7 @@ if (CCTK_EQUALS(fd_order, "4th"))
if (CCTK_EQUALS(fd_order, "4th"))
{
- schedule group psis_calc_4th_bc_group at CCTK_POSTRESTRICT
- {
- # no language specified
- } "psis_calc_4th"
-}
-
-
-if (CCTK_EQUALS(fd_order, "4th"))
-{
- schedule group psis_calc_4th_bc_group at CCTK_POSTRESTRICTINITIAL
+ schedule group psis_calc_4th_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
# no language specified
} "psis_calc_4th"