From: Wolfgang Bangerth Date: Tue, 29 Mar 2005 23:32:47 +0000 (+0000) Subject: Add docs. X-Git-Tag: v8.0.0~14235 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f5c415dfe71c4a9a6d444e26d304c40294ad557;p=dealii.git Add docs. git-svn-id: https://svn.dealii.org/trunk@10312 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/symmetric_tensor.h b/deal.II/base/include/base/symmetric_tensor.h index b942334ebe..1597aee69e 100644 --- a/deal.II/base/include/base/symmetric_tensor.h +++ b/deal.II/base/include/base/symmetric_tensor.h @@ -700,6 +700,12 @@ class SymmetricTensor typename internal::SymmetricTensorAccessors::double_contraction_result::type operator * (const SymmetricTensor<2,dim> &s) const; + /** + * Contraction over two indices + * of the present object with the + * rank-4 symmetric tensor given + * as argument. + */ typename internal::SymmetricTensorAccessors::double_contraction_result::type operator * (const SymmetricTensor<4,dim> &s) const;