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

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"

BOOLEAN cartoon "Cartoon BC"
{
} "no" 

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