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

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