aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
diff options
context:
space:
mode:
authorIan Hinder <ian@vaio.(none)>2008-01-30 23:01:27 -0500
committerIan Hinder <ian@vaio.(none)>2008-01-30 23:01:27 -0500
commit99d7cefc3400816984b869117c23b583d31da6f2 (patch)
treeeb42eb6ff29a418639691d7daad8ddb260a1e96b /Tools/CodeGen
parent55ffa7ddef55c755f3fe01c6573c4231ed9ae083 (diff)
Erik's additional documentation for DefineConnection
Diffstat (limited to 'Tools/CodeGen')
-rw-r--r--Tools/CodeGen/TensorTools.m7
1 files changed, 4 insertions, 3 deletions
diff --git a/Tools/CodeGen/TensorTools.m b/Tools/CodeGen/TensorTools.m
index 0d4d2a8..51757e8 100644
--- a/Tools/CodeGen/TensorTools.m
+++ b/Tools/CodeGen/TensorTools.m
@@ -86,9 +86,10 @@ registered using DefineConnection into partial derivatives.";
LieToPD::usage = "LieToPD[x] converts all Lie derivatives in x ";
-DefineConnection::usage = "DefineConnection[cd, ch] registers a
-connection with TensorTools. The derivative operator will be cd, and
-the Christoffel symbol will be ch.";
+DefineConnection::usage = "DefineConnection[cd, pd, ch] registers a
+connection with TensorTools. The covariant derivative operator will be cd,
+the partial derivative operator will be pd, and the Christoffel symbol will
+be ch.";
KD::usage = "KD[x,y] is the Kronecker delta symbol. It can be given
tensorial or numerical indices.";