aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: ce5c85ddca92b0a2ce125c96b4b3194ce7843d32 (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
# Parameter definitions for thorn NoExcision
# $Header$

BOOLEAN verbose "Produce some screen output"
{
} "no"

BOOLEAN overwrite_geometry "Set the geometry to Minkowski"
{
} "yes"

BOOLEAN overwrite_lapse "Set the lapse to one"
{
} "yes"

BOOLEAN overwrite_shift "Set the shift to zero"
{
} "yes"

INT num_regions "Number of no-excision regions"
{
  0:10 :: ""
} 0

REAL centre_x[10] "X-coordinate of the centre of the region"
{
  (*:*) :: ""
} 0.0

REAL centre_y[10] "Y-coordinate of the centre of the region"
{
  (*:*) :: ""
} 0.0

REAL centre_z[10] "Z-coordinate of the centre of the region"
{
  (*:*) :: ""
} 0.0

REAL radius[10] "Radius of the region"
{
  0.0:*) :: ""
} 1.0