aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2004-06-02 07:47:50 +0000
committerschnetter <schnetter@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2004-06-02 07:47:50 +0000
commit7e6c532b8a0120092a422341c6e8bac4c3edf1d6 (patch)
tree06ad28da17ecc2920ea802b7f5e7774ea88b2d88
parenta9ad0cd8a73b4f58bb0941f181d9dd9d6584974a (diff)
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
-rw-r--r--interface.ccl6
1 files 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"