aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetCG/param.ccl
blob: d381cf1adf0e4a01a567f9cd10098d232f937c2e (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
# Parameter definitions for thorn CarpetCG

BOOLEAN verbose "Produce log output while running" STEERABLE=always
{
} "no"

BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always
{
} "no"

CCTK_INT outevery "Produce output every n iterations" STEERABLE=always
{
  1:* :: ""
} 1

CCTK_INT outeveryseconds "Produce output every n seconds" STEERABLE=always
{
  0:* :: ""
} 10

CCTK_INT cg_maxsolvevars "Maximum number of variables to solve"
{
  0:* :: "Controls the temporary memory allocation"
} 4