From 3f330a2b26ccde354436440abe42567a9d5a7b06 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/AHFinder/trunk@380 89daf98e-ef62-4674-b946-b8ff9de2216c --- schedule.ccl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/schedule.ccl b/schedule.ccl index de58656..35e9f9c 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -5,19 +5,22 @@ #c @@*/ -schedule AHFinder_SetSym at CCTK_BASEGRID +schedule AHFinder_SetSym at CCTK_WRAGH { LANG: Fortran + OPTIONS: global } "Set symmetries for AHFinder grid functions" schedule AHFinder_Startup at CCTK_STARTUP { LANG: C + OPTIONS: global } "Register AHFinder as an IO Method" schedule AHFinder_ParamCheck at PARAMCHECK { LANG: Fortran + OPTIONS: global } "Check for physical or conformal metric" schedule AHFinder_InitOutput at CCTK_INITIAL -- cgit v1.2.3