From b49296be6cf76afd3bceb823bc5610ec3ae8ba25 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 15 Nov 2016 21:12:30 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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.
    -- 2.39.5