From: heister Date: Sat, 16 Feb 2013 21:27:24 +0000 (+0000) Subject: update changelog X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231c1c4e68e126f13ba3c440d79cb970ab2637e4;p=dealii-svn.git update changelog git-svn-id: https://svn.dealii.org/trunk@28427 0785d39b-7218-0410-832d-ea1e28bc413d --- 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