aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2005-07-08 10:41:34 +0000
committerjthorn <jthorn@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2005-07-08 10:41:34 +0000
commitf6290b709fba33db2fc3b4b3e2a73cc7ec9e8432 (patch)
tree661d0ba81c5e29b8456910750bfb1f3fded1b444 /param.ccl
parent6fe8b248bf94f778b20ddcc331f54c5394118d97 (diff)
Add an option to control whether we generate a conformal metric
(StaticConformal::conformal_state = 3) or a physical metric ( = 0), as per http://www.cactuscode.org/pipermail/developers/2005-July/001178.html and subsequent discussion git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAxiBrillBH/trunk@79 0a4070d5-58f5-498f-b6c0-2693e757fa0f
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
index b20a0df..db7206b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -167,3 +167,15 @@ INT interpolation_order "Order for interpolation" STEERABLE = ALWAYS
{
0:9 :: "any integer accepted by the interpolator"
} 1
+
+############################################################
+
+#
+# ***** miscellaneous parameters *****
+#
+
+Boolean generate_StaticConformal_metric \
+ "should we generate a StaticConformal conformal metric (true), \
+ or a pure ADMBase physical metric (false)"
+{
+} true