aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authormiguel <miguel@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2001-10-24 10:21:44 +0000
committermiguel <miguel@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2001-10-24 10:21:44 +0000
commitc3b57a963f4125e0e53c4b76eaeca586ccad4b12 (patch)
treea0410b4d449712cc33107922fee24c4b258bef4a /schedule.ccl
parent4700a41c206721908b5eeca981861d7558bbcb3d (diff)
Commiting changes needed to include cartoon. Major change is that the group
ADMConstraints::constraints does not exist any more, it has been replaced by two separate groups: ADMConstraints::hamiltonian ADMConstraints::momentum The reason for this change is that cartoon needs to have groups that correspond to scalars, vectors or tensors. These changes were coded by Ryoji, even if I am commiting them. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@51 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
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"
}
-
-
-
-
-