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

private:

BOOLEAN cartoon_active "Activate cartoon boundary condition"
{
} "no"

BOOLEAN verbose "Verbose information"
{
} "no"

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

INT order "Cartoon's interpolation order"
{
  1:5 :: "From linear to fifth order."
} 4