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

shares: ADMBase

EXTENDS KEYWORD lapse_evolution_method
{
  "coordgauge" :: "Use dynamic stuff from CoordGauge"
}

EXTENDS KEYWORD shift_evolution_method
{
  "coordgauge" :: "Use dynamic stuff from CoordGauge"
}

restricted:

STRING lapse_list "List of allowed lapses to use"
{
  ".*" :: "Any string"
} ""

STRING shift_list "List of allowed shifts to use"
{
  ".*" :: "Any string"
} ""

private:

KEYWORD slicing_verbose "Print information on current slicing"
{
  "yes" :: "print slicing info"
  "no"  :: "do not print slicing info"
} "no"