aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@a678b1cf-93e1-4b43-a69d-d43939e66649>2005-09-26 00:44:11 +0000
committerschnetter <schnetter@a678b1cf-93e1-4b43-a69d-d43939e66649>2005-09-26 00:44:11 +0000
commit9963678bbd0c78079b118b64aa7d91a759d6be3c (patch)
treec89391980044246c73791b0c51b2ae484e5da8f1 /schedule.ccl
parentd3a81a1bc857e536f99c21b3e55e84e1651e5973 (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/IDBrillData/trunk@104 a678b1cf-93e1-4b43-a69d-d43939e66649
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 3 insertions, 1 deletions
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