summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 4 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index cbea68c..1f2b6d0 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -20,11 +20,11 @@ if (CCTK_EQUALS(lapse_source, "QMS_MG")) {
SYNC: W_pred1
SYNC: W_val0
SYNC: W_val1
- SYNC: W_mg
+ SYNC: W_val
} "Quasimaximal slicing solve W"
SCHEDULE qms_mg_sync IN CCTK_POSTSTEP BEFORE qms_mg_solve {
- SYNC: W_mg
+ SYNC: W_val
LANG: C
} ""
@@ -40,11 +40,12 @@ if (CCTK_EQUALS(lapse_source, "QMS_MG")) {
LANG: C
} ""
- STORAGE: W_mg[2]
STORAGE: W_pred0
STORAGE: W_pred1
STORAGE: W_pred0_time
STORAGE: W_pred1_time
+
+ STORAGE: W_val[2]
STORAGE: W_val0
STORAGE: W_val1
STORAGE: W_val0_time