From d8a33cb3f546cbd19bd7594ca3bfa5dcc92ec28a Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 26 Sep 2005 00:44:10 +0000 Subject: 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 --- schedule.ccl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3