aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2005-09-26 00:44:11 +0000
committerschnetter <schnetter@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2005-09-26 00:44:11 +0000
commitaf3b298c661515f7eb4ca94773e03db6bde7af1a (patch)
treed8e19aedb473c88f9ff3c51da3c61acd99cfa153
parent3342f675f08cb92660676f50ad3eb4a6231c44d3 (diff)
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
-rw-r--r--schedule.ccl1
1 files changed, 1 insertions, 0 deletions
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