From: Wolfgang Bangerth Date: Tue, 29 Mar 2005 22:49:37 +0000 (+0000) Subject: Add some docs. X-Git-Tag: v8.0.0~14237 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24dddfe90ed745f8cc9b107ab64ce2c57b47dc33;p=dealii.git Add some docs. git-svn-id: https://svn.dealii.org/trunk@10310 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 56bce57852..49e90a7320 100644 --- a/deal.II/base/include/base/symmetric_tensor.h +++ b/deal.II/base/include/base/symmetric_tensor.h @@ -1810,7 +1810,8 @@ operator * (const SymmetricTensor<2,3> &s, * * This function does the same as a respective operator*, but it avoid * a temporary object (that the compiler can optimize away in many - * cases, however). + * cases, however). This function mostly exists for compatibility + * purposes with the general tensor class. * * @related SymmetricTensor * @author Wolfgang Bangerth, 2005 @@ -1833,7 +1834,8 @@ double_contract (SymmetricTensor<2,1> &tmp, * * This function does the same as a respective operator*, but it avoid * a temporary object (that the compiler can optimize away in many - * cases, however). + * cases, however). This function mostly exists for compatibility + * purposes with the general tensor class. * * @related SymmetricTensor * @author Wolfgang Bangerth, 2005 @@ -1856,7 +1858,8 @@ double_contract (SymmetricTensor<2,1> &tmp, * * This function does the same as a respective operator*, but it avoid * a temporary object (that the compiler can optimize away in many - * cases, however). + * cases, however). This function mostly exists for compatibility + * purposes with the general tensor class. * * @related SymmetricTensor @author Wolfgang Bangerth, 2005 */ @@ -1884,7 +1887,8 @@ double_contract (SymmetricTensor<2,2> &tmp, * * This function does the same as a respective operator*, but it avoid * a temporary object (that the compiler can optimize away in many - * cases, however). + * cases, however). This function mostly exists for compatibility + * purposes with the general tensor class. * * @related SymmetricTensor * @author Wolfgang Bangerth, 2005 @@ -1913,7 +1917,8 @@ double_contract (SymmetricTensor<2,2> &tmp, * * This function does the same as a respective operator*, but it avoid * a temporary object (that the compiler can optimize away in many - * cases, however). + * cases, however). This function mostly exists for compatibility + * purposes with the general tensor class. * * @related SymmetricTensor * @author Wolfgang Bangerth, 2005 @@ -1945,7 +1950,8 @@ double_contract (SymmetricTensor<2,3> &tmp, * * This function does the same as a respective operator*, but it avoid * a temporary object (that the compiler can optimize away in many - * cases, however). + * cases, however). This function mostly exists for compatibility + * purposes with the general tensor class. * * @related SymmetricTensor * @author Wolfgang Bangerth, 2005