aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..5003af5
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,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"