From e4addfebbbfaec19a0c5dd6346c507a98010ec40 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 5 Mar 2001 12:06:02 +0000 Subject: [PATCH] News on Logstream and Tensor git-svn-id: https://svn.dealii.org/trunk@4104 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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. -- 2.39.5