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

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

REAL epsdis "Dissipation strength" STEERABLE=always
{
  *:* :: "0 for no dissipation.  Unstable for epsdis<0 and epsdis>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"
} ""