aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 5640ea146b3e8a980961ebcb7602c5aaa72dd559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Parameter definitions for thorn Dissipation
# $Header$

BOOLEAN verbose "produce log output" STEERABLE=always
{
} "no"

INT order "Dissipation order" STEERABLE=always
{
  2 :: "second order dissipation (first order accurate)"
  4 :: "fourth order dissipation (third order accurate)"
} 4

REAL epsdis "Dissipation strength" STEERABLE=always
{
  *:* :: "0 for no dissipation.  Unstable for epsdis<0 and epsdis>1/3"
} 0.2

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