summaryrefslogtreecommitdiff
path: root/param.ccl
blob: 0aac37a3cb2cfea755d0c2b196b0fc4c5fe2c72d (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
# Parameter definitions for thorn QuasiMaximalSlicing

shares: ML_BSSN
EXTENDS CCTK_KEYWORD lapse_source "lapse_source"
{
  QMS :: ""
}

RESTRICTED:
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 filter_power "" STEERABLE=recover
{
    0: :: ""
} 64.0

CCTK_REAL scale_factor "" STEERABLE=recover
{
    0: :: ""
} 64.0

CCTK_REAL scale_power "" STEERABLE=recover
{
    0: :: ""
} 64.0

CCTK_REAL outer_bound "" STEERABLE=recover
{
    0: :: ""
} 64.0

CCTK_INT solve_level "" STEERABLE=recover
{
    0: :: ""
} 0

CCTK_REAL switchoff_time "" STEERABLE=recover
{
   : :: ""
} 9999.0

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

CCTK_INT ccz4 "Use CCZ4 or BSSN" STEERABLE=recover
{
    0:1 :: ""
} 0