aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-09-21 15:47:13 +0000
committerschnetter <schnetter@a2659f00-0f4f-0410-9214-a4596bbb8a4f>2007-09-21 15:47:13 +0000
commit83b6898036608da56fe70d8654019a38f9dfca81 (patch)
treeb3ff961b41bd093527446478637d8397194afac7 /param.ccl
parentf87829d2acde4a9913037ef93954905a0d85bf3f (diff)
Rewrite puncture tracker
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/PunctureTracker/trunk@6 a2659f00-0f4f-0410-9214-a4596bbb8a4f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl55
1 files changed, 9 insertions, 46 deletions
diff --git a/param.ccl b/param.ccl
index cfa152d..1475ebb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,61 +1,24 @@
# Parameter definitions for thorn PunctureTracker
-# $Header$
-INT pt_verbose "speak up?"
+BOOLEAN verbose "speak up?" STEERABLE=always
{
-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
+} "no"
-BOOLEAN pt_track_punctures "do it?"
+BOOLEAN track[10] "Track this puncture"
{
} "no"
-REAL pt_initial_x[10] "Initial x coordinate positions of BHs"
-#This overwrites parameter par_b from Twopunctures if nonzero
+REAL initial_x[10] "Initial x coordinate positions of punctures"
{
- : :: "Anything goes"
+ *:* :: ""
} 0.0
-REAL pt_initial_y[10] "Initial y coordinate positions of BHs"
-#This overwrites parameter par_b from Twopunctures if nonzero
+REAL initial_y[10] "Initial y coordinate positions of punctures"
{
- : :: "Anything goes"
+ *:* :: ""
} 0.0
-REAL pt_initial_z[10] "Initial z coordinate positions of BHs"
-#This overwrites parameter par_b from Twopunctures if nonzero
+REAL initial_z[10] "Initial z coordinate positions of punctures"
{
- : :: "Anything goes"
+ *:* :: ""
} 0.0
-
-BOOLEAN pt_regrid "should we use PT to Regrid?"
-{
-} "no"
-
-REAL pt_regrid_buffer "regrid if new location-old_location > buffer"
-{
- : ::"anything greater zero"
-} 0.5
-
-INT pt_which_surface_to_take[10] "which surface"
-{
-0:42 :: ""
-} 0
-
-
-SHARES: TwoPunctures
-
-USES REAL par_b
-