aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f26dd78..30e5fdf 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -27,6 +27,7 @@ if (constraints_persist)
schedule GROUP ApplyBCs as ADMConstraints_ApplyBCs at CCTK_POSTSTEP after ADMConstraints
{
+ SYNC: hamiltonian, normalized_hamiltonian, momentum
} "Apply (symmetry) boundary conditions"
}
else
@@ -35,6 +36,7 @@ else
{
STORAGE: hamiltonian, normalized_hamiltonian, momentum
TRIGGERS: hamiltonian, normalized_hamiltonian, momentum
+ SYNC: hamiltonian, normalized_hamiltonian, momentum
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
schedule ADMConstraints in ADMConstraintsGroup
@@ -46,3 +48,4 @@ else
{
} "Apply (symmetry) boundary conditions"
}
+