aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: f935161386eb31fcb984ebf2c6af3bf47b6c4a19 (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 Cartoon2D
# $Header$

private:

BOOLEAN active "Use cartoon to implement axisymmetry"
{
} "no"

BOOLEAN verbose "Verbose information"
{
} "no"


BOOLEAN stencil "Use custom 2D stencil if available"
{
} "yes"

INT order "Cartoon's interpolation order"
{
  0:* ::
} 4