aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@906471b6-c639-44d1-9ea0-3e3d6879f074>2006-05-16 15:48:02 +0000
committerschnetter <schnetter@906471b6-c639-44d1-9ea0-3e3d6879f074>2006-05-16 15:48:02 +0000
commitd7791dda385895f88ebee9a1a202366666a18cd4 (patch)
tree8a421039f62c7e62871409365e181dc9eb76df1e
parente2289bc020e59ad1c9b8ef1385c840047f357583 (diff)
Clarify tensor type definitions a bit
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/SymBase/trunk@33 906471b6-c639-44d1-9ea0-3e3d6879f074
-rw-r--r--doc/documentation.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 4ce0fb3..d1ddc3b 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -567,10 +567,13 @@ currently known and supported:
(More tensor type aliases are likely to be defined in the future.)
In addition to the tensor type, one can also declare the \emph{tensor
-weight} and a \emph{tensor metric}. The tensor weight specifies the
-behaviour under transformations that change the volume element. The
-tensor metric specifies what metric has to be used to raise or lower
-indices for that quantity.
+ parity}, \emph{tensor weight}, and a \emph{tensor metric}. The
+tensor parity (an integer) specifies the behaviour under reflections.
+Scalars and polar vectors have a parity $+1$, pseudo scalars and axial
+vectors have a parity $-1$. The tensor weight (a real number)
+specifies the behaviour under transformations that change the volume
+element. The tensor metric (a string) specifies what metric has to be
+used to raise or lower indices for that quantity.
Last but not least, a \emph{tensor special} can be defined for
quantities that do not transform as tensor. The currently supported