From 231c1c4e68e126f13ba3c440d79cb970ab2637e4 Mon Sep 17 00:00:00 2001 From: heister Date: Sat, 16 Feb 2013 21:27:24 +0000 Subject: [PATCH] update changelog git-svn-id: https://svn.dealii.org/trunk@28427 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index d61fc7ebc0..dc0f680338 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -193,6 +193,17 @@ DoFHandler, in particular removal of specializations.

Specific improvements

    +
  1. PETScWrappers::MPI::Vector with ghost entries are read-only +now. +
    +(Timo Heister, 2013/02/16) + +
  2. PETScWrappers::*Vector::operator= now calls update_ghost_values() +automatically if necessary. This means that update_ghost_values() +does not need to be from user code at all anymore. +
    +(Timo Heister, 2013/02/14) +
  3. Fixed: VectorTools::interpolate did not work properly in 1d if boundary indicators had been set to anything but the default (i.e., zero at the left and one at the right end of the domain). This was -- 2.39.5