aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-09-25 19:20:15 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-09-25 19:20:15 +0000
commit6b06bdb6fd316775a5d4112d223bda58439d5a43 (patch)
tree293310c74b454aaaf5ccf0b49be0c99f2e90263f /schedule.ccl
parentc5a98a649684ec762d8350784514e6e7c658ad58 (diff)
Regenerate code
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@79 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl45
1 files changed, 45 insertions, 0 deletions
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