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

SHARES: ADMBase

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

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

CCTK_INT eppley_n ""
{
    1: :: ""
} 5

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

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

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