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

KEYWORD norm_type "Type of norm" STEERABLE=always
{
  "Diagonal" :: "Diagonal norm"
  "Full restricted" :: "Full resricted norm"
} "Diagonal"

INT order "Order of accuracy" STEERABLE=always
{
  2:8:2 :: ""
} 2

BOOLEAN use_dissipation "Should we add dissipation"
{
} "no"

REAL epsdis "Dissipation strength" STEERABLE=always
{
  *:* :: "Values typical between 0 and 1"
} 0.2

STRING vars "List of evolved grid functions that should have dissipation added" STEERABLE=always
{
  .* :: "Must be a valid list of grid functions"
} ""