From aab703c3aabe6bb1a22a9e5be3dfd4192e3fc51a Mon Sep 17 00:00:00 2001 From: hinder Date: Sun, 25 Sep 2011 19:19:52 +0000 Subject: 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 --- schedule.ccl | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3