]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update the documentation of some SymmetricTensor operations.
authorJean-Paul Pelteret <jppelteret@gmail.com>
Sun, 13 Aug 2017 13:56:05 +0000 (07:56 -0600)
committerJean-Paul Pelteret <jppelteret@gmail.com>
Tue, 15 Aug 2017 15:03:48 +0000 (09:03 -0600)
include/deal.II/base/symmetric_tensor.h

index e22d9ed24b4f4bcb2c022c49aa742e8df14e07b6..b54d256916f9e747d3ea4ac01cb431e76c91398d 100644 (file)
@@ -2149,7 +2149,8 @@ operator-(const SymmetricTensor<rank, dim, Number>      &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<rank, dim, Number> &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<rank, dim, Number> &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<rank, dim, Number> &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
  */

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.