From af3b298c661515f7eb4ca94773e03db6bde7af1a 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/IDAxiBrillBH/trunk@82 0a4070d5-58f5-498f-b6c0-2693e757fa0f --- schedule.ccl | 1 + 1 file changed, 1 insertion(+) diff --git a/schedule.ccl b/schedule.ccl index e04c602..9a07f2f 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -6,6 +6,7 @@ if (CCTK_Equals(initial_data,"axibrillbh")) schedule IDAxiBrillBH_ParamChecker at CCTK_PARAMCHECK { LANG: C + OPTIONS: global } "Check that the metric_type is recognised" schedule IDAxiBrillBH in ADMBase_InitialData -- cgit v1.2.3