From 88ce662efe6dbab9749b7f552550b2ba07ddd424 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/EinsteinAnalysis/Extract/trunk@103 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129 --- schedule.ccl | 1 + 1 file changed, 1 insertion(+) diff --git a/schedule.ccl b/schedule.ccl index 3573c99..8315832 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -4,6 +4,7 @@ schedule Extract_ParamCheck at PARAMCHECK { LANG: C + OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP -- cgit v1.2.3