aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-03-03 11:55:16 +0000
committerallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-03-03 11:55:16 +0000
commit846d094b4bd7d03827274aa61527a2c18ca7c7d6 (patch)
tree7e64d2fddefdd09fa1fe62a086d73521e40a8a35 /schedule.ccl
parentabaa11a67ee738cbcac36700a05026d448bda5c0 (diff)
Analytic data for black hole spacetimes
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@2 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
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
new file mode 100644
index 0000000..bc04f17
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,12 @@
+# Schedule definitions for thorn IDAnalyticBH
+# $Header$
+
+if (CCTK_Equals(model,"schwarzschild"))
+{
+ schedule Schwarzschild at CACTUS_INITIAL
+ {
+ LANG: Fortran
+ } "Construct initial data for a single Schwarzschild black hole"
+
+}
+ \ No newline at end of file