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

KEYWORD norm_type "Type of norm" STEERABLE=always
{
  "Diagonal" :: "Diagonal norm"
  "Full restricted" :: "Full resricted norm"
} "Diagonal"

INT order "Order of accuracy" STEERABLE=always
{
  2:8:2 :: ""
} 2