From: Jean-Paul Pelteret Date: Sun, 13 Aug 2017 13:56:05 +0000 (-0600) Subject: Update the documentation of some SymmetricTensor operations. X-Git-Tag: v9.0.0-rc1~1244^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e126ce8efc1267102cb9fdf2c011547a1c420a82;p=dealii.git Update the documentation of some SymmetricTensor operations. --- 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 */