From 11c1d2bf168ded3b7715c7dc4301a5f71551a98f Mon Sep 17 00:00:00 2001 From: knarf Date: Mon, 11 Jan 2010 14:29:41 +0000 Subject: 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 --- schedule.ccl | 8 -------- 1 file changed, 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" -- cgit v1.2.3