From: Guido Kanschat Date: Mon, 5 Mar 2001 12:06:02 +0000 (+0000) Subject: News on Logstream and Tensor X-Git-Tag: v8.0.0~19658 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04effe1035e0590a5422dd54aa5f8639d4bd44e4;p=dealii.git News on Logstream and Tensor git-svn-id: https://svn.dealii.org/trunk@4104 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 ca2d8c3187..67edfae648 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -56,9 +56,33 @@ documentation, etc.

base

    +
  1. + New: function contract for two arguments of + Tensor<1,dim> +
    + (GK 2001/03/05) +

    + +
  2. New: Logstream.log_time_differences (bool) makes Logstream print the time since the last + log line instead of accumulated time since program start. +
    + (GK 2001/03/05) +

    + + +
  3. Fix: Logstream.pop() does not perform anything on empty + stacks. +
    + (GK 2001/03/05) +

    + +
  4. Change: Sort the quadrature points of each Quadrature<1> in ascending order. This + class="class">Quadrature<1> in ascending order. This actually changed the order of the points of only QGauss4 and QGauss5.