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

restricted:

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

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

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

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

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 metric_type  "The semantics of the metric variables (physical, static conformal, etc)"
{
  "physical" :: "metric and extrinsic curvature are the physical ones"
} "physical"