From: Wolfgang Bangerth Date: Thu, 12 Apr 2001 14:49:27 +0000 (+0000) Subject: Tensor::trace + DerivativeApproximation 3d. X-Git-Tag: v8.0.0~19333 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66879fc5d159193383746dfbbdfa12a1977e26b;p=dealii.git Tensor::trace + DerivativeApproximation 3d. git-svn-id: https://svn.dealii.org/trunk@4453 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index e3b4d935f9..12c9fa230b 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -126,15 +126,11 @@ documentation, etc.
  1. - Changed: The LogStream class was - changed such that it understand the usual std::endl manipulator instead of the - special one needed previously. There is therefore no more need - to write std::endl at some places - and endl at others. The special - function endl has gone. + New: There is now a global function trace that computes the trace of a tensor + of rank 2.
    - (WB 2001/03/28) + (WB 2001/04/12)

  2. @@ -317,6 +313,15 @@ documentation, etc.

    deal.II

      +
    1. + Extended: the DerivativeApproximation class now also + works in 3d, as the spectral norm of a symmetric 3x3 matrix can + now be computed. +
      + (Roger Yound 2001/04/12) +

      +
    2. Fixed: the DoFRenumbering::Cuthill_McKee function