summaryrefslogtreecommitdiff
path: root/param.ccl
blob: 97240127af3086ce7c5c0b92c1891dbc0cc0cfaf (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
# Parameter definitions for thorn Trumpet

SHARES: ADMBase

EXTENDS KEYWORD initial_data
{
  "brilldata" :: "Brill wave initial data"
}

RESTRICTED:
CCTK_REAL amplitude "amplitude"
{
    : :: ""
} 1

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

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

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

CCTK_INT overdet "Solve the system overdetermined by this many equations"
{
    0: :: ""
} 0

BOOLEAN export_coeffs "Export the coefficients of the spectral expansion in brill_coeffs"
{
} "no"

CCTK_INT colloc_grid_offset_r "Difference between the order of the basis and the collocation grid"
{
    0: :: ""
} 3

CCTK_INT colloc_grid_offset_z "Difference between the order of the basis and the collocation grid"
{
    0: :: ""
} 3