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

restricted:
 
KEYWORD bound "Type of boundary condition to use"
{
  "none"      :: "Apply no boundary condition"
  "flat"      :: "Flat boundary condition"
  "static"    :: "Static boundary condition"
  "radiation" :: "Radiation boundary condition"
  "robin"     :: "Robin boundary condition"
  "zero"      :: "Zero boundary condition"
} "none"



private:

INT repetitions "Number of timing repetions"
{
  0 : * :: "1 is the normal case"
} 1

INT level1_stride [3] "Stride for level 1 loops"
{
  -1    :: "off"
  1 : * :: "on"
} -1

INT level2_stride [3] "Stride for level 2 loops"
{
  -1    :: "off"
  1 : * :: "on: should be an integer multiple of level1_stride"
} -1