aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 477a56b82dae7f82a49dffb8f51fb81b39dc550a (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
62
63
64
65
66
67
# Parameter definitions for thorn SphericalSurface
# $Header$

RESTRICTED:

# You can enlarge the possible number of surfaces by changing the maximum
# 42 in the parameter nsurfaces, and by changing the array sizes [42] found
# in many of the parameters below.

CCTK_INT nsurfaces "Number of surfaces"
{
  0:42 :: ""
} 0



CCTK_INT nghoststheta "Number of ghost zones in the theta direction"
{
  0:* :: ""
} 1

CCTK_INT nghostsphi "Number of ghost zones in the phi direction"
{
  0:* :: ""
} 1



# Default parameter values do not trigger accumulator expressions.
# Therefore the default values here must be large enough for the default
# surface shape.

CCTK_INT maxntheta "do not set this parameter directly" ACCUMULATOR=((x>y)*x+!(x>y)*y)
{
  0:* :: ""
} 19

CCTK_INT maxnphi "do not set this parameter directly" ACCUMULATOR=((x>y)*x+!(x>y)*y)
{
  0:* :: ""
} 38



CCTK_INT ntheta[42] "Number of grid points in the theta direction"
{
  0:* :: "must be at least 3*nghoststheta"
} 19

CCTK_INT nphi[42] "Number of grid points in the phi direction"
{
  0:* :: "must be at least 3*nghostsphi"
} 38



BOOLEAN symmetric_x[42] "Reflection symmetry in the x direction"
{
} no

BOOLEAN symmetric_y[42] "Reflection symmetry in the y direction"
{
} no

BOOLEAN symmetric_z[42] "Reflection symmetry in the z direction"
{
} no