aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2003-01-08 19:38:49 +0000
committerrideout <rideout@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2003-01-08 19:38:49 +0000
commitcaeadb2217e4f6b09ffb5cc3e0eec7a96fc421d9 (patch)
tree57dbfd1aaf60e66d70630c0191b2d4fccd1ef2d5
parent47315b8b42475bc9c912064525f7c8d05a3d98f5 (diff)
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
-rw-r--r--interface.ccl8
1 files 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"