aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-09-25 19:19:52 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-09-25 19:19:52 +0000
commitaab703c3aabe6bb1a22a9e5be3dfd4192e3fc51a (patch)
tree62936ebde25796972fe75da736131c6b67e297d1 /schedule.ccl
parent60e50a915f1b5ea2ef07665f8795d05b0f0cc94d (diff)
Regenerate code with current Kranc (MoL_PseudoEvolutionBoundaries and functions for finite differencing)
This changes the scheduling to use MoL_PseudoEvolutionBoundaries for the boundaries rather than CCTK_POSTRESTRICTINITIAL, and enables the optional use of function calls for finite differencing (useful for reducing code size to fit in the instruction cache). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@77 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
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"