aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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