aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f47d718b-0e4f-0410-8445-f2f96c8ccefb>2004-01-20 12:26:16 +0000
committerschnetter <schnetter@f47d718b-0e4f-0410-8445-f2f96c8ccefb>2004-01-20 12:26:16 +0000
commitce0c967c4a69aa35aa3ce2acd3e8e8d00f75a45c (patch)
treeb1819925a1d0d867c2374edcb5a2f335a773bc9d /param.ccl
parentaeacac3a39f591bfcdf96bfec80fb6c8bfa7be16 (diff)
Add routines to copy the three-metric into other variables, so that
more than one timelevels can be accessed. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/CalcK/trunk@4 f47d718b-0e4f-0410-8445-f2f96c8ccefb
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"