aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2003-07-16 17:54:36 +0000
committerallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2003-07-16 17:54:36 +0000
commita571c4c6edb90a0446d2c9b4cd104546aa244292 (patch)
treee7821fa9982e80418072c3228c4013c8d7191b81 /schedule.ccl
parentb1b623e51da66ab731dda3246a4f66e16600dd9d (diff)
Synchronize all output variables on leaving ANALYSIS routines.
The parameter constraint_communication has no effect now and is deprecated. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@91 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
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"
}
+