aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"