From 39f3c58a99efc0c95a57873ed2a6cdc8815e17cf Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 12 Apr 2001 14:49:27 +0000 Subject: [PATCH] Tensor::trace + DerivativeApproximation 3d. git-svn-id: https://svn.dealii.org/trunk@4453 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) 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 -- 2.39.5