aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorkoppitz <koppitz@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-01-30 12:21:57 +0000
committerkoppitz <koppitz@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-01-30 12:21:57 +0000
commit85e716cabbae5a1de9e7ce74eb88687ee5bb5f7c (patch)
treee1c7d1b8de7a70f1c3836ca23276f0a0db4fd9ef /param.ccl
parentdae348b3c48318435854dd96e85d2bc69e964219 (diff)
add PunctureTracker
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@2 a2659f00-0f4f-0410-9214-a4596bbb8a4f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl53
1 files changed, 53 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..61914c7
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,53 @@
+# Parameter definitions for thorn PunctureTracker
+# $Header$
+
+INT pt_verbose "speak up?"
+{
+0:10 :: "eloquence"
+} 1
+
+INT pt_num_tracked "Number of punctures that should be tracked"
+{
+ 0:10 :: ""
+} 0
+
+# not to be used
+# because the puncture has to be tracked every timestep
+#INT pt_every "how often to calculate new position"
+#{
+# 0:*::""
+#} 0
+
+BOOLEAN pt_track_punctures "do it?"
+{
+} "no"
+
+REAL pt_initial_x[10] "Initial x coordinate positions of BHs"
+#This overwrites parameter par_b from Twopunctures if nonzero
+{
+ : :: "Anything goes"
+} 0.0
+
+REAL pt_initial_y[10] "Initial y coordinate positions of BHs"
+#This overwrites parameter par_b from Twopunctures if nonzero
+{
+ : :: "Anything goes"
+} 0.0
+
+REAL pt_initial_z[10] "Initial z coordinate positions of BHs"
+#This overwrites parameter par_b from Twopunctures if nonzero
+{
+ : :: "Anything goes"
+} 0.0
+
+INT pt_which_surface_to_take[10] "which surface"
+{
+0:42 :: ""
+} 0
+
+
+SHARES: TwoPunctures
+
+USES REAL par_b
+
+