aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2010-01-11 14:29:41 +0000
committerknarf <knarf@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2010-01-11 14:29:41 +0000
commit11c1d2bf168ded3b7715c7dc4301a5f71551a98f (patch)
treea305ae65e280a08cb33e63af9a2180938810c874
parent201744cb760ad6b9c6e983b2c7105b68fdd87c94 (diff)
revert last patch (recompute constraints after regridding and restricting) until a better solution is found
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@142 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
-rw-r--r--schedule.ccl8
1 files changed, 0 insertions, 8 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 98df5fd..909aec0 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -42,14 +42,6 @@ if (constraints_persist)
{
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
- schedule GROUP ADMConstraintsGroup at CCTK_POSTREGRID after MoL_PostStep
- {
- } "Evaluate ADM constraints, and perform symmetry boundary conditions"
-
- schedule GROUP ADMConstraintsGroup at CCTK_POSTRESTRICT after MoL_PostStep
- {
- } "Evaluate ADM constraints, and perform symmetry boundary conditions"
-
schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTREGRID after MoL_PostStep
{
} "Set ADM constraints on the boundary"