From 9963678bbd0c78079b118b64aa7d91a759d6be3c Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 26 Sep 2005 00:44:11 +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/EinsteinInitialData/IDBrillData/trunk@104 a678b1cf-93e1-4b43-a69d-d43939e66649 --- schedule.ccl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schedule.ccl b/schedule.ccl index 0e8035e..3ee1965 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -10,11 +10,13 @@ if (CCTK_Equals(initial_data,"brilldata") || CCTK_Equals(initial_data,"brilldata schedule IDBrillData_ParamChecker at CCTK_PARAMCHECK { LANG: C + OPTIONS: global } "Check that the metric_type is recognised" - schedule BrillData_InitSymBound at CCTK_BASEGRID + schedule BrillData_InitSymBound at CCTK_WRAGH { LANG: C + OPTIONS: global } "Set up symmetries for brillpsi" schedule brilldata in ADMBase_InitialData -- cgit v1.2.3