From: Wolfgang Bangerth Date: Wed, 16 Nov 2016 04:12:30 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v8.5.0-rc1~395^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49296be6cf76afd3bceb823bc5610ec3ae8ba25;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 5d0783186b..b313efacaf 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -502,6 +502,14 @@ inconvenience this causes. (Martin Kronbichler, 2016/10/27) +
  • Fixed: GridIn::read_vtk() had off-by-one errors in reading face + boundary indicators from VTK files. Consequently, not all boundary indicators + were correctly set. +
    + (Mayank Sabharwal, Wolfgang Bangerth, 2016/10/25) +
  • + +
  • New: Add ArpackSolver::set_shift() to set the shift value in spectral transformation.