aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl19
1 files changed, 19 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 5003af5..71918e4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,25 @@
# 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"