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


restricted:

INT radpower "Power of decay rate in extrapolation used in radiative boundaries"
{
 : :: "A negative value switches off this feature"
} -1

BOOLEAN register_scalar "Register routine to handle the 'Scalar' boundary condition"
{
} "yes"

BOOLEAN register_flat "Register routine to handle the 'Flat' boundary condition"
{
} "yes"

BOOLEAN register_radiation "Register routine to handle the 'Radiation' boundary condition"
{
} "yes"

BOOLEAN register_copy "Register routine to handle the 'Copy' boundary condition"
{
} "yes"

BOOLEAN register_robin "Register routine to handle the 'Robin' boundary condition"
{
} "yes"

BOOLEAN register_static "Register routine to handle the 'Static' boundary condition"
{
} "yes"

BOOLEAN register_none "Register routine to handle the 'None' boundary condition"
{
} "yes"