From: Andrew McBride Date: Sun, 15 Jan 2012 17:54:55 +0000 (+0000) Subject: Corrected documentation on identity_tensor X-Git-Tag: v8.0.0~3015 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ea3e4dfbd30f0556303e0b02c232a2bfc3aafb;p=dealii.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