From caeadb2217e4f6b09ffb5cc3e0eec7a96fc421d9 Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 8 Jan 2003 19:38:49 +0000 Subject: Adding tags table to all variable groups, specifying tensortypealias for each. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMBase/trunk@21 d576a68a-b34a-40ae-82fc-004fa1a9d16f --- interface.ccl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interface.ccl b/interface.ccl index 59a14fb..0544401 100644 --- a/interface.ccl +++ b/interface.ccl @@ -9,22 +9,22 @@ public: INT shift_state TYPE = SCALAR "state of storage for shift" -REAL metric TYPE = GF timelevels = 3 +REAL metric TYPE = GF timelevels = 3 tags='tensortypealias="DD_sym"' { gxx,gxy,gxz,gyy,gyz,gzz } "ADM 3-metric" -REAL curv TYPE = GF timelevels = 3 +REAL curv TYPE = GF timelevels = 3 tags='tensortypealias="DD_sym"' { kxx,kxy,kxz,kyy,kyz,kzz } "ADM extrinsic curvature" -REAL lapse TYPE = GF timelevels = 3 +REAL lapse TYPE = GF timelevels = 3 tags='tensortypealias="Scalar"' { alp } "ADM lapse function" -REAL shift TYPE = GF timelevels = 3 +REAL shift TYPE = GF timelevels = 3 tags='tensortypealias="U"' { betax,betay,betaz } "ADM shift function" -- cgit v1.2.3