From: mcbride Date: Sun, 15 Jan 2012 17:54:55 +0000 (+0000) Subject: Corrected documentation on identity_tensor X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e52b5a6d334c5ad45f44f53dc937356c8412622;p=dealii-svn.git Corrected documentation on identity_tensor git-svn-id: https://svn.dealii.org/trunk@24902 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/symmetric_tensor.h b/deal.II/include/deal.II/base/symmetric_tensor.h index 450609fb6b..0e92ba9106 100644 --- a/deal.II/include/deal.II/base/symmetric_tensor.h +++ b/deal.II/include/deal.II/base/symmetric_tensor.h @@ -2390,9 +2390,8 @@ deviator_tensor () /** - * Return the tensor of rank 4 that, when multiplied by a symmetric rank 2 - * tensor t returns the deviator dev t. It is the operator - * representation of the linear deviator operator. + * Returns the fourth-order symmetric identity tensor which maps symmetric + * second-order tensors to themselves. * * Note that this tensor, even though it is the identity, has a somewhat funny * form, and in particular does not only consist of zeros and ones. For