summaryrefslogtreecommitdiff
path: root/param.ccl
blob: 0795ac4d5c0be2b838a5f725e85d7bd33e0ef373 (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
# Parameter definitions for thorn MaximalSlicingAxiMG

SHARES: ADMBase

EXTENDS KEYWORD lapse_evolution_method
{
  "maximal_axi_mg" :: "Maximal slicing for an axisymmetric spacetime"
}

RESTRICTED:
CCTK_INT fd_stencil "finite differencing stencil"
{
    1: :: ""
} 1

RESTRICTED:
CCTK_INT stats_every "print elliptic solver stats every <count> coarsest-level steps"
{
    0: :: ""
} 0

RESTRICTED:
STRING loglevel "logging level"
{
    :: ""
} "info"