aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2005-09-26 00:44:10 +0000
committerschnetter <schnetter@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2005-09-26 00:44:10 +0000
commitd8a33cb3f546cbd19bd7594ca3bfa5dcc92ec28a (patch)
treecbd544ffe5a5265763165abbcc6ba2f42e770dde
parentc76ffda57fa1a5090ff6ae1d9d846553c25333d2 (diff)
Introduce a new schedule group ADMBase_InitialGauge which is run just
after ADMBase_InitialData. This makes it possible to set up all ADM data in these two groups, and then e.g. convert to the BSSN variables after these groups still in the bin "initial". Various other thorns, such as dissipation or multipatch, can now apply transformations to the initial data in the bin "postinitial". This simplifies the interaction between various thorns. Change various thorns to use these two groups. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@115 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
-rw-r--r--schedule.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1b687c0..526e77d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,6 +5,7 @@ storage: conformal_state
schedule ADMConstraints_ParamCheck at CCTK_PARAMCHECK
{
LANG: C
+ OPTIONS: global
} "Check that we can deal with this metric_type and have enough conformal derivatives"
schedule ADMConstraints_ConformalCheck at CCTK_POSTINITIAL
@@ -12,9 +13,10 @@ schedule ADMConstraints_ConformalCheck at CCTK_POSTINITIAL
LANG: C
} "Set conformal_state to 0 for physical, or check that it is at least 3"
-schedule ADMConstraint_InitSymBound at CCTK_BASEGRID
+schedule ADMConstraint_InitSymBound at CCTK_WRAGH
{
LANG: Fortran
+ OPTIONS: global
} "Register GF symmetries for ADM Constraints"
if (constraints_persist)