aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 8e3812135d260880c6927c512ca7e7acb1c76b8a (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
# Parameter definitions for thorn PunctureTracker

BOOLEAN verbose "speak up?" STEERABLE=always
{
} "no"

BOOLEAN track[10] "Track this puncture"
{
} "no"

REAL initial_x[10] "Initial x coordinate positions of punctures"
{
  *:* :: ""
} 0.0

REAL initial_y[10] "Initial y coordinate positions of punctures"
{
  *:* :: ""
} 0.0

REAL initial_z[10] "Initial z coordinate positions of punctures"
{
  *:* :: ""
} 0.0

INT modify_puncture[2] "Punctures to use for modification criteria"
{
  -1:9 :: "One of the tracking punctures or negative for no modification"
} -1

REAL modify_distance "Modify levels when the distance is less than this"
{
  0.0:* :: "zero or positive"
} 0.0

INT new_reflevel_number[2] "The new number of refinement levels"
{
  -1:* :: "Negative for no change"
} -1