aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@89daf98e-ef62-4674-b946-b8ff9de2216c>2005-09-26 00:44:10 +0000
committerschnetter <schnetter@89daf98e-ef62-4674-b946-b8ff9de2216c>2005-09-26 00:44:10 +0000
commit3f330a2b26ccde354436440abe42567a9d5a7b06 (patch)
treebd17189ad64051d2e0caf8b8100d3bdf3da3505e
parented53bdbb676b6d21df25e8a9ce93565268ae30e9 (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/EinsteinAnalysis/AHFinder/trunk@380 89daf98e-ef62-4674-b946-b8ff9de2216c
-rw-r--r--schedule.ccl5
1 files changed, 4 insertions, 1 deletions
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