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

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

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