aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 8f9ce6cf3d2dee7c1a666fa7f1bb3dd0a3316a41 (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
# 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"

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