aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl11
1 files changed, 3 insertions, 8 deletions
diff --git a/schedule.ccl b/schedule.ccl
index adddd25..650e61b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,7 +5,7 @@ schedule ADMConstraint_InitSymBound at CCTK_BASEGRID
if (constraints_persist)
{
- STORAGE: ADMconstraints
+ STORAGE: hamiltonian,momentum
schedule ADMConstraints at CCTK_POSTSTEP
{
LANG: Fortran
@@ -16,15 +16,10 @@ else
schedule ADMConstraints at CCTK_ANALYSIS
{
LANG: Fortran
- STORAGE: ADMconstraints
- TRIGGERS: ADMconstraints
+ STORAGE: hamiltonian,momentum
+ TRIGGERS: hamiltonian,momentum
} "Evaluate ADM constraints"
}
-
-
-
-
-