From fba4d922216ea9ee18e267f0b019025e28404ace Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 20 Jan 2004 11:02:04 +0000 Subject: 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 --- param.ccl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 param.ccl (limited to 'param.ccl') 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" -- cgit v1.2.3