aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2007-06-01 13:34:53 +0000
committerschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2007-06-01 13:34:53 +0000
commitc06186ccdb596e05e86c972e6b22d5a1a5dc5cdf (patch)
tree3244154bc8fd0206365696cbcce9053623622df6 /schedule.ccl
parent792d187efbee17ac28fdf3430a189b99b1781123 (diff)
Schedule constraint boundaries after MoL_PostStep, so that the ADM
variables exist. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@130 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8ae3cee..44ee8d2 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -42,11 +42,11 @@ if (constraints_persist)
{
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
- schedule GROUP ADMConstraintsBoundaryGroup at CCTK_POSTREGRID
+ schedule GROUP ADMConstraintsBoundaryGroup at CCTK_POSTREGRID after MoL_PostStep
{
} "Set ADM constraints on the boundary"
- schedule GROUP ADMConstraintsBoundaryGroup at CCTK_POSTRESTRICT
+ schedule GROUP ADMConstraintsBoundaryGroup at CCTK_POSTRESTRICT after MoL_PostStep
{
} "Set ADM constraints on the boundary"
}