aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: b46399dba653033a70dcb5cc1f98245a65b4c2fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Parameter definitions for thorn CalcK
# $Header$

BOOLEAN copy_to_prev "Copy ADMBase::metric to CalcK::metric_prev"
{
} "no"

BOOLEAN copy_to_prev2 "Copy ADMBase::metric to CalcK::metric_prev2"
{
} "no"

BOOLEAN copy_to_next "Copy ADMBase::metric to CalcK::metric_next"
{
} "no"

BOOLEAN calc_extcurv "Calculate extrinsic curvature"
{
} "no"




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"



SHARES: ADMBase

USES KEYWORD metric_type