From 6867ee58e4be0177c9e72f80d4d43e6ff3628f19 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Fri, 7 Jun 2019 22:04:13 +0200 Subject: [PATCH] Improve wording of symbolic differentiation ops --- 9.1/paper.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/9.1/paper.tex b/9.1/paper.tex index 1804e04..195e46b 100644 --- a/9.1/paper.tex +++ b/9.1/paper.tex @@ -361,8 +361,10 @@ gives full symbolic tensor algebra support using the pre-existing \texttt{Tensor and \texttt{SymmetricTensor} classes and associated functions. We have also implemented a set of utility functions with the following features: \begin{itemize} -\item \texttt{differentiate} scalar, tensor, and symmetric tensor expressions -with respect to other scalar, tensor, or symmetric tensor expressions; +\item \texttt{differentiate} scalar expressions with respect to other scalar expressions, as well as +tensors and symmetric tensors of expressions; +\item \texttt{differentiate} tensors and symmetric tensors of expressions +with respect to scalar expressions, as well as other tensors and symmetric tensors of expressions; \item create symbolic substitution maps; \item resolve explicit dependencies between expressions; and \item perform scalar and tensor valued substitution (including conversion from symbolic to -- 2.39.5