summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-12 13:15:02 +0200
committerAnton Khirnov <anton@khirnov.net>2016-05-12 13:15:02 +0200
commit7d8d6b69891738d6837323b973e636ee86c5cdcd (patch)
tree8f1cb552a69f5cdbde1db83b5fb8f864ebe6679d /schedule.ccl
parenta4915453f05ebdfeccd8f954026096e8f145fd06 (diff)
A major rewrite.
The code is now mostly functional, this splits it into several independent subsystems to be more readable/maintainable.
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 07120fc..3923b92 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,6 +5,7 @@ SCHEDULE quasimaximal_slicing_axi_eval IN ML_BSSN_evolCalcGroup BEFORE ML_BSSN_l
} "Quasimaximal slicing eval W"
#SCHEDULE quasimaximal_slicing_axi_solve IN ML_BSSN_evolCalcGroup BEFORE quasimaximal_slicing_axi_eval {
+#SCHEDULE quasimaximal_slicing_axi_solve IN MoL_PostStep AFTER ML_BSSN_ApplyBCs {
SCHEDULE quasimaximal_slicing_axi_solve IN MoL_PreStep {
LANG: C
} "Quasimaximal slicing solve W"