aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2004-03-23 14:04:34 +0000
committerschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2004-03-23 14:04:34 +0000
commit08326b02812dd834632f001289932aef8d766caa (patch)
tree4f6ededdc36f75e2f8e8792c10f67660b5afc39b
parentc0f51778a55299fd39487e158bd19a9924ad2747 (diff)
Declare tensor type aliases
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@30 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
-rw-r--r--interface.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface.ccl b/interface.ccl
index 7547047..8bf51fd 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -51,12 +51,12 @@ CCTK_INT FUNCTION Boundary_SelectGroupForBC(CCTK_POINTER_TO_CONST IN GH, \
USES FUNCTION Boundary_SelectGroupForBC
# For evaltrK
-REAL trace_of_K TYPE = GF
+REAL trace_of_K TYPE = GF TAGS = 'tensortypealias="scalar"'
{
trK
} "trace of extrinsic curvature"
-REAL detofg TYPE = GF
+REAL detofg TYPE = GF TAGS = 'tensortypealias="scalar"'
{
detg
} "determinant of the conformal metric"
@@ -74,12 +74,12 @@ REAL spherical_curv TYPE = GF
# For the Ricci tensor and scalar
-REAL ricci_tensor TYPE = GF
+REAL ricci_tensor TYPE = GF TAGS = 'tensortypealias="dd_sym"'
{
Ricci11, Ricci12, Ricci13, Ricci22, Ricci23, Ricci33
} "Components of the Ricci tensor"
-REAL ricci_scalar TYPE = GF
+REAL ricci_scalar TYPE = GF TAGS = 'tensortypealias="scalar"'
{
Ricci
} "The Ricci scalar"