aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-03-19 13:13:03 +0000
committerallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-03-19 13:13:03 +0000
commite95daf04bba2e8fdf0adebf0f659a55b7bc39e47 (patch)
tree58c7424a55a5020fd85d9825142785e4ce942ba8 /schedule.ccl
parent32f6ff9bd22cff06d0968744497047ba1f010b4f (diff)
Tidied up and finished (hopefully) black hole initial data
Needs latex documentation now. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@7 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl23
1 files changed, 13 insertions, 10 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 6812c02..a2b38fe 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,10 +4,6 @@
if (CCTK_Equals(initial_data,"schwarzschild"))
{
- if (use_conformal)
- {
- STORAGE: confac, confac_1derivs, confac_2derivs
- }
schedule Schwarzschild at CACTUS_INITIAL
{
@@ -18,8 +14,7 @@ if (CCTK_Equals(initial_data,"schwarzschild"))
if (CCTK_Equals(initial_data,"bl_bh"))
{
- STORAGE: confac, confac_1derivs, confac_2derivs
-
+ STORAGE: confac
schedule BrillLindquist at CACTUS_INITIAL
{
LANG: Fortran
@@ -29,12 +24,20 @@ if (CCTK_Equals(initial_data,"bl_bh"))
if (CCTK_Equals(initial_data,"misner_bh"))
{
- STORAGE: confac, confac_1derivs, confac_2derivs
-
- schedule Misner at CACTUS_INITIAL
+ STORAGE: confac
+ schedule Misner_standard at CACTUS_INITIAL
{
LANG: Fortran
- } "Construct initial data for Misner black holes"
+ } "Construct initial data for multiple Misner black holes"
}
+if (CCTK_Equals(initial_data,"multiple_misner_bh"))
+{
+ STORAGE: confac
+ schedule Misner_multiple at CACTUS_INITIAL
+ {
+ LANG: Fortran
+ } "Construct initial data for two Misner black holes"
+
+}