aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: d32ff001df63dd1831767f0d0481d1afb769ca33 (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 ReflectionSymmetry

BOOLEAN verbose "Produce screen output while applying boundary conditions"
{
} "no"



BOOLEAN reflection_x "Reflection symmetry at the lower x boundary"
{
} "no"

BOOLEAN reflection_y "Reflection symmetry at the lower y boundary"
{
} "no"

BOOLEAN reflection_z "Reflection symmetry at the lower z boundary"
{
} "no"



BOOLEAN reflection_upper_x "Reflection symmetry at the upper x boundary"
{
} "no"

BOOLEAN reflection_upper_y "Reflection symmetry at the upper y boundary"
{
} "no"

BOOLEAN reflection_upper_z "Reflection symmetry at the upper z boundary"
{
} "no"



BOOLEAN avoid_origin_x "Stagger about the origin on the lower x boundary?"
{
} "yes"

BOOLEAN avoid_origin_y "Stagger about the origin on the lower y boundary?"
{
} "yes"

BOOLEAN avoid_origin_z "Stagger about the origin on the lower z boundary?"
{
} "yes"



BOOLEAN avoid_origin_upper_x "Stagger about the origin on the upper x boundary?"
{
} "yes"

BOOLEAN avoid_origin_upper_y "Stagger about the origin on the upper y boundary?"
{
} "yes"

BOOLEAN avoid_origin_upper_z "Stagger about the origin on the upper z boundary?"
{
} "yes"