From 3090085c8c0c29d6d62f550283d02c51061d2343 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 11 May 2006 15:00:34 +0000 Subject: Document whether the indices are upstairs or downstairs. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@39 d576a68a-b34a-40ae-82fc-004fa1a9d16f --- interface.ccl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interface.ccl b/interface.ccl index 0544401..74e35f2 100644 --- a/interface.ccl +++ b/interface.ccl @@ -12,22 +12,22 @@ INT shift_state TYPE = SCALAR "state of storage for shift" REAL metric TYPE = GF timelevels = 3 tags='tensortypealias="DD_sym"' { gxx,gxy,gxz,gyy,gyz,gzz -} "ADM 3-metric" +} "ADM 3-metric g_ij" REAL curv TYPE = GF timelevels = 3 tags='tensortypealias="DD_sym"' { kxx,kxy,kxz,kyy,kyz,kzz -} "ADM extrinsic curvature" +} "ADM extrinsic curvature K_ij" REAL lapse TYPE = GF timelevels = 3 tags='tensortypealias="Scalar"' { alp -} "ADM lapse function" +} "ADM lapse function alpha" REAL shift TYPE = GF timelevels = 3 tags='tensortypealias="U"' { betax,betay,betaz -} "ADM shift function" +} "ADM shift function beta^i" # Will become # -- cgit v1.2.3