summaryrefslogtreecommitdiff
path: root/param.ccl
blob: 2ca5e50506d2664c4b3a4d1bc64b6e9c88e0d9f5 (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
# Parameter definitions for thorn MaximalSlicingAxi

SHARES: ADMBase

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

RESTRICTED:
CCTK_REAL amplitude "Wave amplitude A."
{
    0: :: ""
} 1.0

CCTK_INT basis_order_r "Number of the basis functions in the radial direction" STEERABLE=recover
{
    1: :: ""
} 40

CCTK_INT basis_order_z "Number of the basis functions in the z direction" STEERABLE=recover
{
    1: :: ""
} 40

CCTK_REAL scale_factor "Scaling factor L for the SB basis" STEERABLE=recover
{
    0: :: ""
} 3.0

BOOLEAN export_coeffs "Export the coefficients of the spectral expansion in alpha_coeffs" STEERABLE=recover
{
} "no"