aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-05-13 18:02:03 +0000
committerallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-05-13 18:02:03 +0000
commitd9f8a66b546b7c0c3e6477f03a677301126e7d9f (patch)
tree5ff2d0ccef94341b72b0f9ec2ff2f0a19b1c36c6 /schedule.ccl
parent7a442cbe3519c63b16625669adf8762b8dc13f46 (diff)
Added TRIGGERS, because that helps if you are trying to get triggers
to work. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@4 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 8 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e929eff..444eb8a 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,3 +1,8 @@
+schedule ADMConstraint_InitSymBound at CCTK_POSTSTEP
+{
+ LANG: Fortran
+} "Register GF symmetries for ADM Constraints"
+
if (constraints_persist)
{
STORAGE: ADMconstraints
@@ -5,7 +10,7 @@ if (constraints_persist)
{
LANG: Fortran
COMMUNICATION: ADMconstraints
- } "Evaluate constraints for use in other routines"
+ } "Evaluate ADM constraints for use in other routines"
}
else
{
@@ -14,7 +19,8 @@ else
LANG: Fortran
STORAGE: ADMconstraints
COMMUNICATION: ADMconstraints
- }"Evaluate Constraints"
+ TRIGGERS: ham,momx,momy,momz
+ } "Evaluate ADM constraints"
}