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

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