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

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"