From e126ce8efc1267102cb9fdf2c011547a1c420a82 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Sun, 13 Aug 2017 07:56:05 -0600 Subject: [PATCH] Update the documentation of some SymmetricTensor operations. --- include/deal.II/base/symmetric_tensor.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/include/deal.II/base/symmetric_tensor.h b/include/deal.II/base/symmetric_tensor.h index e22d9ed24b..b54d256916 100644 --- a/include/deal.II/base/symmetric_tensor.h +++ b/include/deal.II/base/symmetric_tensor.h @@ -2149,7 +2149,8 @@ operator-(const SymmetricTensor &left, /** * Addition of a SymmetricTensor and a general Tensor of equal rank. The - * result is a general Tensor. + * result is a general Tensor that has a number type that is compatible with the + * operation. * * @relates SymmetricTensor */ @@ -2165,7 +2166,8 @@ operator+(const SymmetricTensor &left, /** * Addition of a general Tensor with a SymmetricTensor of equal rank. The - * result is a general Tensor. + * result is a general Tensor that has a number type that is compatible with the + * operation. * * @relates SymmetricTensor */ @@ -2180,8 +2182,9 @@ operator+(const Tensor &left, /** - * Subtraction of a SymmetricTensor and a general Tensor of equal rank. The - * result is a general Tensor. + * Subtraction of a general Tensor from a SymmetricTensor of equal rank. The + * result is a general Tensor that has a number type that is compatible with the + * operation. * * @relates SymmetricTensor */ @@ -2196,8 +2199,9 @@ operator-(const SymmetricTensor &left, /** - * Subtraction of a general Tensor with a SymmetricTensor of equal rank. The - * result is a general Tensor. + * Subtraction of a SymmetricTensor from a general Tensor of equal rank. The + * result is a general Tensor that has a number type that is compatible with the + * operation. * * @relates SymmetricTensor */ -- 2.39.5