summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-03-18 09:45:20 +0100
committerAnton Khirnov <anton@khirnov.net>2019-03-18 09:45:20 +0100
commiteb8da3aa993939881a3bbd28e2c040cdd54b7183 (patch)
treef5de5603cf536e611d3e324ae0da1b2c4dc99c84 /schedule.ccl
parentc2551314a7064880d4f675d69114e6c8a7b34d60 (diff)
Use per-substep solvers on the finest level.
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7297aa7..88a30cb 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,7 +5,11 @@ if (CCTK_Equals(lapse_evolution_method, "maximal_axi_mg")) {
LANG: C
} ""
- SCHEDULE msa_mg_init IN CCTK_BASEGRID {
+ SCHEDULE msa_mg_init IN CCTK_BASEGRID AFTER TemporalSpacings {
+ LANG: C
+ } ""
+
+ SCHEDULE msa_mg_prestep IN MoL_PreStep {
LANG: C
} ""