From 6b06bdb6fd316775a5d4112d223bda58439d5a43 Mon Sep 17 00:00:00 2001 From: hinder Date: Sun, 25 Sep 2011 19:20:15 +0000 Subject: Regenerate code git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@79 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- schedule.ccl | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index d8e2e82..b132601 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -24,6 +24,51 @@ schedule WeylScal4_RegisterSymmetries in SymmetryRegister } "register symmetries" +if (CCTK_EQUALS(fd_order, "Nth")) +{ + schedule group psis_calc_Nth_group in MoL_PseudoEvolution + { + # no language specified + } "psis_calc_Nth" +} + +schedule psis_calc_Nth in psis_calc_Nth_group +{ + LANG: C +} "psis_calc_Nth" + +schedule psis_calc_Nth_SelectBCs in psis_calc_Nth_bc_group +{ + LANG: C + OPTIONS: level + SYNC: Psi4i_group + SYNC: Psi4r_group +} "psis_calc_Nth_SelectBCs" + +schedule group ApplyBCs as psis_calc_Nth_ApplyBCs in psis_calc_Nth_bc_group after psis_calc_Nth_SelectBCs +{ + # no language specified +} "Apply BCs for groups set in psis_calc_Nth" + + +if (CCTK_EQUALS(fd_order, "Nth")) +{ + schedule group psis_calc_Nth_bc_group in psis_calc_Nth_group after psis_calc_Nth + { + # no language specified + } "psis_calc_Nth" +} + + +if (CCTK_EQUALS(fd_order, "Nth")) +{ + schedule group psis_calc_Nth_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "psis_calc_Nth" +} + + if (CCTK_EQUALS(fd_order, "2nd")) { schedule group psis_calc_2nd_group in MoL_PseudoEvolution -- cgit v1.2.3