aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_Helper/param.ccl
blob: d0efc9db6a3bed6165da7359c07da301b3fa98c3 (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
SHARES: Boundary

USES CCTK_INT radpower

SHARES: MethodofLines

USES CCTK_INT MoL_Num_Constrained_Vars

SHARES: ADMBase

USES KEYWORD evolution_method

SHARES: GenericFD

USES CCTK_INT boundary_width

SHARES: ML_BSSN

USES CCTK_INT timelevels
USES CCTK_INT rhs_timelevels
USES KEYWORD calculate_ADMBase_variables_at

USES CCTK_REAL harmonicF
USES CCTK_REAL conformalMethod

EXTENDS KEYWORD my_initial_boundary_condition
{
  "extrapolate-gammas" :: "extrapolate-gammas"
}
EXTENDS KEYWORD my_rhs_boundary_condition
{
  "NewRad" :: "NewRad"
}

PRIVATE:

CCTK_INT ML_BSSN_MaxNumConstrainedVars "Number of constrained variables used by this thorn" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Constrained_Vars
{
  20:20 :: "Number of constrained variables used by this thorn"
} 20