aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMConstraints
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-02-19 13:21:48 -0800
committerErik Schnetter <schnetter@cct.lsu.edu>2010-02-19 13:21:48 -0800
commitfa724eab3321b1f0414ecc970e1831f0afecc294 (patch)
tree6139594c333645483ff0b06a5ff5a962d35b2d0a /ML_ADMConstraints
parente9c90af31aa4826501fb53b183b88e7d430a50ce (diff)
Use new schedule group MoL_PseudoEvolution for the ADM constraints and the ADM quantities.
Re-generate all code.
Diffstat (limited to 'ML_ADMConstraints')
-rw-r--r--ML_ADMConstraints/schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ML_ADMConstraints/schedule.ccl b/ML_ADMConstraints/schedule.ccl
index f0e8a8b..933463d 100644
--- a/ML_ADMConstraints/schedule.ccl
+++ b/ML_ADMConstraints/schedule.ccl
@@ -23,14 +23,14 @@ schedule ML_ADMConstraints_RegisterSymmetries in SymmetryRegister
OPTIONS: meta
} "register symmetries"
-schedule ML_ADMConstraints AT evol AFTER MoL_Evolution
+schedule ML_ADMConstraints IN MoL_PseudoEvolution
{
LANG: C
SYNC: ML_Ham
SYNC: ML_mom
} "ML_ADMConstraints"
-schedule ML_ADMConstraints_boundary AT evol AFTER MoL_Evolution AFTER ML_ADMConstraints
+schedule ML_ADMConstraints_boundary IN MoL_PseudoEvolution AFTER ML_ADMConstraints
{
LANG: C
} "ML_ADMConstraints_boundary"