aboutsummaryrefslogtreecommitdiff
path: root/interface.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 /interface.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 'interface.ccl')
-rw-r--r--interface.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 1ed1806..75ff091 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -5,3 +5,18 @@ implements: idaxibrillbh
inherits: ADMBase grid StaticConformal
public:
+
+#
+# functions from StaticConformal
+#
+void FUNCTION ConfToPhysInPlace (CCTK_INT IN nx, \
+ CCTK_INT IN ny, \
+ CCTK_INT IN nz, \
+ CCTK_REAL ARRAY IN psi, \
+ CCTK_REAL ARRAY INOUT gxx, \
+ CCTK_REAL ARRAY INOUT gxy, \
+ CCTK_REAL ARRAY INOUT gxz, \
+ CCTK_REAL ARRAY INOUT gyy, \
+ CCTK_REAL ARRAY INOUT gyz, \
+ CCTK_REAL ARRAY INOUT gzz)
+uses function ConfToPhysInPlace