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

restricted:
 
KEYWORD bound "Type of boundary condition to use"
{
  "none"      :: "Apply no boundary condition"
  "flat"      :: "Flat boundary condition"
  "static"    :: "Static boundary condition"
  "radiation" :: "Radiation boundary condition"
  "robin"     :: "Robin boundary condition"
  "zero"      :: "Zero boundary condition"
} "none"