From 7e6c532b8a0120092a422341c6e8bac4c3edf1d6 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 2 Jun 2004 07:47:50 +0000 Subject: Declare tensor type for the static conformal factor. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/StaticConformal/trunk@22 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa --- interface.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface.ccl b/interface.ccl index e3686e0..f0b1cd9 100644 --- a/interface.ccl +++ b/interface.ccl @@ -8,12 +8,12 @@ public: INT conformal_state type = SCALAR -REAL confac TYPE = GF tags='Prolongation="None"' +REAL confac TYPE = GF tags='tensortypealias="Scalar" Prolongation="None"' { psi } "Conformal factor" -REAL confac_1derivs TYPE = GF tags='Prolongation="None"' +REAL confac_1derivs TYPE = GF tags='tensortypealias="U" Prolongation="None"' { psix, psiy, psiz } "First spatial derivatives of conformal factor divided by psi" @@ -24,7 +24,7 @@ REAL confac_1derivs TYPE = GF tags='Prolongation="None"' # psi_1, psi_2, psi_3 #} "First spatial derivatives of conformal factor divided by psi" -REAL confac_2derivs TYPE = GF tags='Prolongation="None"' +REAL confac_2derivs TYPE = GF tags='tensortypealias="dd_sym" Prolongation="None"' { psixx, psixy, psixz, psiyy, psiyz, psizz } "Second spatial derivatives of conformal factor divided by psi" -- cgit v1.2.3