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

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