From: Martin Kronbichler Date: Fri, 21 Oct 2016 14:22:03 +0000 (+0200) Subject: Mention change X-Git-Tag: v8.5.0-rc1~547^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3276%2Fhead;p=dealii.git Mention change --- diff --git a/doc/news/changes.h b/doc/news/changes.h index f4fb4d43d7..59663ea22a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -392,6 +392,12 @@ inconvenience this causes.
    +
  1. New: PreconditionChebyshev now offers a PreconditionChebyshev::step() + and PreconditionChebyshev::Tstep() methods for usage in relaxation smoothers. +
    + (Martin Kronbichler, 2016/10/21) +
  2. +
  3. Fixed: GridIn::read_vtk() accidentally only read material ids of input cells correctly if the file listed them as integers. If they were listed them as floating point numbers, then unpredictable numbers were used.