From 7e52b5a6d334c5ad45f44f53dc937356c8412622 Mon Sep 17 00:00:00 2001 From: mcbride Date: Sun, 15 Jan 2012 17:54:55 +0000 Subject: [PATCH] Corrected documentation on identity_tensor git-svn-id: https://svn.dealii.org/trunk@24902 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/symmetric_tensor.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.5