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

STRING extcurv_boundary "Boundary condition for the extrinsic curvature"
{
  ".*" :: "must be a registered boundary condition"
} "Robin"

STRING extcurv_boundary_options "Options for the boundry condition for the extrinsic curvature"
{
  ".*" :: "must have the options table syntax"
} "decay_power=2.0"