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

shares: spacemask

USES BOOLEAN use_mask

shares: ADMBase

USES KEYWORD metric_type

shares: StaticConformal

USES KEYWORD conformal_storage

shares: ADMMacros

USES INT spatial_order

private:

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

# Deprecated in Beta 13
BOOLEAN constraint_communication "THIS PARAMETER IS NOT USED"
{
} "no"

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

# Deprecated in Beta 13
BOOLEAN cartoon "THIS PARAMETER IS NOT USED"
{
} "no"

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

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