aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyMoL/param.ccl
blob: bb779cca650f863edf1a2f0b5fa8d1c9955eb362 (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
# Parameter definitions for thorn WaveToyMoL

SHARES: MethodOfLines

USES CCTK_INT MoL_Num_Evolved_Vars

RESTRICTED:

CCTK_INT WaveToyMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars
{
  2:2 :: ""
} 2

PRIVATE:

STRING bound "Type of boundary condition to use"
{
  .* :: "must be a registered boundary condition"
} "None"

BOOLEAN estimate_error "Estimate the truncation error"
{
} "no"

INT order "Finite differencing order"
{
  2 :: "second order"
  4 :: "fourth order"
} 2