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

SHARES: wavetoy

EXTENDS KEYWORD bound
{
  "custom" :: "custom boundary condition"
}

private: 

STRING custom_bound "Custom boundary condition to use"
{
 .* :: "Any valid boundary condition"
} ""

STRING custom_options "Table string for custom boundary condition"
{
 .* :: "Any valid table string"
} ""