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

shares: spacemask

USES BOOLEAN use_mask

shares: ADMBase

USES KEYWORD metric_type

shares: StaticConformal

USES KEYWORD conformal_storage

private:

BOOLEAN constraints_persist "Keep storage of ham and mom* around for use in special tricks?"
{
} "no"

BOOLEAN constraint_communication "If yes sychronise the constraints"
{
} "no"

KEYWORD bound "Which boundary condition to apply"
{
  "flat" :: "Flat (copy) boundary condition"
  "static" :: "Static (don't do anything) boundary condition"
} "flat"

BOOLEAN cartoon "Cartoon BC"
{
} "no"

BOOLEAN excise "Use excision?"
{
} "no" 

REAL excised_value "Value to use for any excised regions"
{
 *:*  :: "Any value"
} 0.0