aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: cbf39f1ebac8956c8580e4a34a04b8d28d62ec99 (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 (von Neumann, n grad phi = 0) boundary condition"
  "static"    :: "Static (Dirichlet, dphi/dt=0) boundary condition"
  "radiation" :: "Radiation boundary condition"
  "robin"     :: "Robin (phi(r) = C/r) boundary condition"
  "zero"      :: "Zero (Dirichlet, phi=0) boundary condition"
} "none"