aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: cfa152d014b900572cc4d6a9d9bdb8363138dd25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# 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

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