aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 7a0e27e733f5d08d5601931bde2a49d0e7067c77 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Parameter definitions for thorn ADMBase
# $Header$

restricted:

KEYWORD initial_data "Initial metric and extrinsic curvature datasets"
{
  "Cartesian Minkowski" :: "Minkowski values in cartesian coordinates"
} "Cartesian Minkowski"

KEYWORD initial_lapse "Initial lapse value"
{
  "one" :: "Uniform lapse"
} "one"

KEYWORD initial_shift "Initial shift value"
{
  "none" :: "Shift is inactive"
  "zero" :: "Shift is zero"
} "zero"

KEYWORD initial_dtlapse "Initial dtlapse value"
{
  "none"   :: "Dtlapse is inactive"
  "zero"   :: "Dtlapse is zero"
} "none"

KEYWORD initial_dtshift "Initial dtshift value"
{
  "none"   :: "Dtshift is inactive"
  "zero"   :: "Dtshift is zero"
} "none"



KEYWORD evolution_method "The metric an extrinsic curvature evolution method"
{
  "none"   :: "The metric and extrinsic curvature are not evolved"
  "static" :: "The metric and extrinsic curvature are not evolved"
} "static"

KEYWORD lapse_evolution_method "The lapse evolution method"
{
  "static" :: "lapse is not evolved"
} "static"

KEYWORD shift_evolution_method "The shift evolution method"
{ 
  "static" :: "shift is not evolved"
} "static"

KEYWORD dtlapse_evolution_method "The dtlapse evolution method"
{
  "static" :: "dtlapse is not evolved"
} "static"

KEYWORD dtshift_evolution_method "The dtshift evolution method"
{ 
  "static" :: "shift is not evolved"
} "static"



STRING admbase_boundary_condition "Boundary condition for ADMBase variables"
{
  "" :: "must be a registered boundary condition"
} "flat"



KEYWORD metric_type "The semantics of the metric variables (physical, static conformal, etc)"
{
  "physical" :: "metric and extrinsic curvature are the physical ones"
} "physical"

KEYWORD lapse_prolongation_type "The kind of boundary prolongation for the lapse"
{
  "Lagrange" :: "standard prolongation (requires several time levels)"
  "none"     :: "no prolongation (use this if you do not have enough time levels active)"
} "Lagrange"

KEYWORD shift_prolongation_type "The kind of boundary prolongation for the shift"
{
  "Lagrange" :: "standard prolongation (requires several time levels)"
  "none"     :: "no prolongation (use this if you do not have enough time levels active)"
} "Lagrange"

KEYWORD metric_prolongation_type "The kind of boundary prolongation for the metric and extrinsic curvature"
{
  "Lagrange" :: "standard prolongation (requires several time levels)"
  "none"     :: "no prolongation (use this if you do not have enough time levels active)"
} "Lagrange"

INT lapse_timelevels "Number of time levels for the lapse" STEERABLE=recover
{
  0:3 :: ""
} 1

INT shift_timelevels "Number of time levels for the shift" STEERABLE=recover
{
  0:3 :: ""
} 1

INT metric_timelevels "Number of time levels for the metric and extrinsic curvature" STEERABLE=recover
{
  0:3 :: ""
} 1