aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: e142b6915f46b759551f65089a1fbd7d16e7d1ab (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 ADMConstraints
# $Header$

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"