aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2006-05-11 15:00:34 +0000
committerschnetter <schnetter@d576a68a-b34a-40ae-82fc-004fa1a9d16f>2006-05-11 15:00:34 +0000
commit3090085c8c0c29d6d62f550283d02c51061d2343 (patch)
tree5a4a148c514718c75b3dc48eae9b27373a393ed9
parent0117538c406e1c0382e1fd9965bd0e59ceae709f (diff)
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
-rw-r--r--interface.ccl8
1 files 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
#