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

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