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


INT max_nr_vars "maximum number of variables for which norms to compute"
{
  0:* :: "positive"
} 100

INT verbose "verbosity of output"
{
  0:9 :: "higher number means more verbose output"
} 0

STRING gridfunctions_1st "Set of grid functions to compute norms for 2nd order variables"
{
  ".*" :: "List of grid function names"
} ""

STRING gridfunctions_2nd "Set of grid functions to compute norms for 2nd order variables"
{
  ".*" :: "List of grid function names"
} ""