aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 242e680..684f37f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -2,6 +2,7 @@
# $Header$
if (CCTK_Equals(initial_data,"schwarzschild") ||
+ CCTK_Equals(initial_data,"kerr") ||
CCTK_Equals(initial_data,"bl_bh") ||
CCTK_Equals(initial_data,"misner_bh") ||
CCTK_Equals(initial_data,"multiple_misner"))
@@ -22,6 +23,17 @@ if (CCTK_Equals(initial_data,"schwarzschild"))
}
+if (CCTK_Equals(initial_data,"kerr"))
+{
+
+ STORAGE: confac
+ schedule KerrID at CCTK_INITIAL after InitialEinstein
+ {
+ LANG: C
+ } "Construct initial data for a single Kerr black hole"
+
+}
+
if (CCTK_Equals(initial_data,"bl_bh"))
{
STORAGE: confac