aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 7812807dfbdb7a3a7f8c06444d71741a8300f727 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# File produced by Kranc


shares: GenericFD



shares: MethodOfLines

USES CCTK_INT MoL_Num_Evolved_Vars

restricted:
CCTK_INT verbose "verbose" STEERABLE=ALWAYS
{
  *:* :: ""
} 0

restricted:
CCTK_REAL offset "offset"
{
  "*:*" :: ""
} 1.e-15

restricted:
CCTK_REAL xorig "xorig"
{
  "*:*" :: ""
} 0

restricted:
CCTK_REAL yorig "yorig"
{
  "*:*" :: ""
} 0

restricted:
CCTK_REAL zorig "zorig"
{
  "*:*" :: ""
} 0

private:
KEYWORD fd_order "fd_order"
{
  "2nd" :: "2nd"
  "4th" :: "4th"
} "2nd"

restricted:
CCTK_INT WeylScal4_MaxNumEvolvedVars "Number of evolved variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars STEERABLE=RECOVER
{
  0:0 :: "Number of evolved variables used by this thorn"
} 0

restricted:
CCTK_INT timelevels "Number of active timelevels" STEERABLE=RECOVER
{
  0:3 :: ""
} 3

restricted:
CCTK_INT rhs_timelevels "Number of active RHS timelevels" STEERABLE=RECOVER
{
  0:3 :: ""
} 1

restricted:
CCTK_INT psis_calc_2nd_calc_every "psis_calc_2nd_calc_every" STEERABLE=ALWAYS
{
  *:* :: ""
} 1

restricted:
CCTK_INT psis_calc_4th_calc_every "psis_calc_4th_calc_every" STEERABLE=ALWAYS
{
  *:* :: ""
} 1

restricted:
CCTK_INT psis_calc_2nd_calc_offset "psis_calc_2nd_calc_offset" STEERABLE=ALWAYS
{
  *:* :: ""
} 0

restricted:
CCTK_INT psis_calc_4th_calc_offset "psis_calc_4th_calc_offset" STEERABLE=ALWAYS
{
  *:* :: ""
} 0