aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/GenericFD/param.ccl
blob: 91075c926fd46638ca31923ab6364ddb28ae7ae1 (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
# GenericFD/param.ccl 
# Parameter definition for thorn GenericFD
# author: S. Husa

# $Header$ 

restricted:

CCTK_INT  stencil_width "stencil width used near boundary DEPRECATED"
{
  -1:* :: "outgoing characteristic speed > 0, default of -1 is intentionally invalid"
} -1

CCTK_INT  stencil_width_x "stencil width used near boundary DEPRECATED"
{
  -1:* :: "outgoing characteristic speed > 0, default of -1 is intentionally invalid"
} -1

CCTK_INT  stencil_width_y "stencil width used near boundary DEPRECATED"
{
  -1:* :: "outgoing characteristic speed > 0, default of -1 is intentionally invalid"
} -1

CCTK_INT  stencil_width_z "stencil width used near boundary DEPRECATED"
{
  -1:* :: "outgoing characteristic speed > 0, default of -1 is intentionally invalid"
} -1

CCTK_INT  boundary_width "width of boundary (fix later to use Cactus boundary calls) DEPRECATED"
{
  -1:* :: "Any integer"
} 1