summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 70e90c0..52075bf 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -22,10 +22,11 @@ if (CCTK_EQUALS(lapse_source, "QMS_MG")) {
SYNC: W_pred1
SYNC: W_val0
SYNC: W_val1
+ SYNC: W_mg
} "Quasimaximal slicing solve W"
SCHEDULE qms_mg_sync IN CCTK_POSTSTEP BEFORE qms_mg_solve {
- SYNC: W_val1
+ SYNC: W_mg
LANG: C
} ""
@@ -41,6 +42,7 @@ if (CCTK_EQUALS(lapse_source, "QMS_MG")) {
# LANG: C
#} "Quasimaximal slicing"
+ STORAGE: W_mg[2]
STORAGE: W_pred0
STORAGE: W_pred1
STORAGE: W_pred0_time