aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2003-10-31 12:19:25 +0000
committerschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2003-10-31 12:19:25 +0000
commit5bfffd030a8c46cba16c252fa2804e5af42b2025 (patch)
treec4bde23f029925ead86a9913ef7e0ffd677abc0e
parentbb2a1f5af1ff444f76031aa12ee6cdc309e6d33a (diff)
Undo my last commit, which contained more changes than intended.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@96 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
-rw-r--r--schedule.ccl14
1 files changed, 0 insertions, 14 deletions
diff --git a/schedule.ccl b/schedule.ccl
index aede05b..c856ecf 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -23,24 +23,12 @@ if (constraints_persist)
schedule ADMConstraints at CCTK_POSTSTEP
{
LANG: Fortran
- SYNC: hamiltonian, normalized_hamiltonian, momentum
} "Evaluate ADM constraints for use in other routines"
schedule GROUP ApplyBCs as ADMConstraints_ApplyBCs at CCTK_POSTSTEP after ADMConstraints
{
SYNC: hamiltonian, normalized_hamiltonian, momentum
} "Apply (symmetry) boundary conditions"
-
- STORAGE: hamiltonian, normalized_hamiltonian, momentum
- schedule ADMConstraints at POSTRESTRICT
- {
- LANG: Fortran
- SYNC: hamiltonian, normalized_hamiltonian, momentum
- } "Evaluate ADM constraints for use in other routines"
-
- schedule GROUP ApplyBCs as ADMConstraints_ApplyBCs at POSTRESTRICT after ADMConstraints
- {
- } "Apply (symmetry) boundary conditions"
}
else
{
@@ -54,11 +42,9 @@ else
schedule ADMConstraints in ADMConstraintsGroup
{
LANG: Fortran
- SYNC: hamiltonian, normalized_hamiltonian, momentum
} "Evaluate ADM constraints"
schedule GROUP ApplyBCs as ADMConstraints_ApplyBCs in ADMConstraintsGroup after ADMConstraints
{
} "Apply (symmetry) boundary conditions"
}
-