aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@edbb7e70-9571-45d5-a481-0a560a9b4751>2004-10-21 09:41:43 +0000
committerschnetter <schnetter@edbb7e70-9571-45d5-a481-0a560a9b4751>2004-10-21 09:41:43 +0000
commit205faef17191dd6dc3256b834cea39a721599be8 (patch)
tree3ceda8d5e29281d4eb85cf9679faec707eed9995
parentb4ccd972722662265f48f834aecdc5bfed35f224 (diff)
Schedule slicing selection earlier, so that BSSN_MoL can tell MoL which
variables are evolved. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/CoordGauge/trunk@58 edbb7e70-9571-45d5-a481-0a560a9b4751
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 97d701d..dd268f5 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -9,6 +9,11 @@ schedule Einstein_ActivateSlicing at CCTK_WRAGH
LANG: C
} "Initialize slicing, setup priorities for mixed slicings"
+schedule Einstein_SetNextSlicing at CCTK_WRAGH after Einstein_ActivateSlicing
+{
+ LANG: C
+} "Identify the slicing for the next iteration"
+
schedule Einstein_SetNextSlicing at CCTK_PRESTEP
{
LANG: C