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

private:
 
KEYWORD bound "Type of boundary condition to use"
{
  "none"      :: "No boundary condition"
  "flat"      :: "Flat boundary condition"
  "static"    :: "Static boundary condition"
  "radiation" :: "Radiation boundary condition"
} "none"