aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f47d718b-0e4f-0410-8445-f2f96c8ccefb>2004-01-20 11:02:04 +0000
committerschnetter <schnetter@f47d718b-0e4f-0410-8445-f2f96c8ccefb>2004-01-20 11:02:04 +0000
commitfba4d922216ea9ee18e267f0b019025e28404ace (patch)
treed518c251acb360d40f6f908ceb0e89643f4c1a7d /param.ccl
parentb9cf5ce60b110aa7dbe0e3387ace509a9adb84c6 (diff)
A thorn that calculates the extrinsic curvature from the three-metric,
lapse, and shift. Best used with the ID filereader. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/CalcK/trunk@2 f47d718b-0e4f-0410-8445-f2f96c8ccefb
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"