aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy/param.ccl
blob: 52ebb4665febbe29b9570b7a2bb39ca690e23899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Parameter definitions for thorn HydroToy
# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/param.ccl,v 1.1 2001/03/18 22:37:09 eschnett Exp $

private:

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