aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2004-08-05 14:11:35 +0000
committerschnetter <schnetter@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2004-08-05 14:11:35 +0000
commit044a53f57a3e4cab8731de93bcffb935b4dd9dc4 (patch)
tree796c310d68fce8418fe61868b7f495520751e691
parent65cf9444b03ca7feff561eada96c9c8f9cbf0b56 (diff)
Allocate one time level for the static conformal factor.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@153 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
-rw-r--r--schedule.ccl9
1 files changed, 5 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b4fef06..578b64e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -10,6 +10,7 @@ if (CCTK_Equals(initial_data,"schwarzschild") ||
schedule IDAnalyticBH_ParamChecker at CCTK_PARAMCHECK
{
LANG: C
+ OPTIONS: global
} "Construct parameters for analytic black hole solutions"
}
@@ -29,7 +30,7 @@ else if (CCTK_Equals(initial_data,"kerr"))
# this routine
schedule KerrID in ADMBase_InitialData
{
- STORAGE: confac
+ STORAGE: confac[1]
LANG: C
} "Construct initial data for a single Kerr black hole"
@@ -41,7 +42,7 @@ else if (CCTK_Equals(initial_data,"bl_bh"))
# this routine
schedule BrillLindquist in ADMBase_InitialData
{
- STORAGE: confac
+ STORAGE: confac[1]
LANG: C
} "Construct initial data for Brill Lindquist black holes"
@@ -53,14 +54,14 @@ else if (CCTK_Equals(initial_data,"misner_bh"))
# this routine
schedule Misner_standard in ADMBase_InitialData
{
- STORAGE: confac
+ STORAGE: confac[1]
LANG: C
} "Construct initial data for two Misner black holes"
}
else if (CCTK_Equals(initial_data,"multiple_misner_bh"))
{
- STORAGE: confac
+ STORAGE: confac[1]
schedule Misner_multiple in ADMBase_InitialData
{
LANG: C