summaryrefslogtreecommitdiff
path: root/param.ccl
blob: 7ebe38b284317541a6ddf1082438746cd269a5aa (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
SHARES: ADMBase

EXTENDS KEYWORD initial_data
{
  "teukolskydata" :: "Teukolsky wave initial data"
}

EXTENDS KEYWORD initial_lapse
{
  "teukolsky_max" :: "Teukolsky maximal slicing lapse"
}

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

CCTK_INT solution_branch ""
{
    : :: ""
} 0

CCTK_INT basis_order_0 "Number of the basis functions in the radial direction"
{
    1: :: ""
} 64

CCTK_INT basis_order_1 "Number of the basis functions in the angular direction"
{
    1: :: ""
} 8

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

CCTK_INT max_iter "Maximum number of Newton iterations"
{
    1: :: ""
} 16

CCTK_INT family "Initial data family"
{
    : :: ""
} 0