From c06cfd88f06372d8a88a2342e9314d35e476a4e2 Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 19 Feb 2013 15:55:34 +0000 Subject: [PATCH] update changes git-svn-id: https://svn.dealii.org/trunk@28464 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index dd4f168499..bf49d432c7 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -24,6 +24,15 @@ inconvenience this causes.

    + +
  1. Changed: There are various changes to PETScWrappers::MPI::Vector +to minimize usage errors and to make the behavior similar to Trilinos: +objects with ghost elements are now read-only, the function +update_ghost_values() is no longer required (but called automatically +if needed). This requires some changes in user code. +
    +(Timo Heister, 2013/02/16) +
  2. Changed: Over the past few years, deal.II has accumulated a number of things that we would like to change but that would introduce incompatibility. Examples are inconsistent naming of functions or types, @@ -198,11 +207,6 @@ you to extrude a 2d mesh to turn it into a 3d mesh.
    (Timo Heister, 2013/02/16) -
  3. PETScWrappers::MPI::Vector objects with ghost entries are read-only -now. -
    -(Timo Heister, 2013/02/16) -
  4. PETScWrappers::Vector::operator= and PETScWrappers::MPI::Vector::operator= now call update_ghost_values() automatically if necessary. This means that update_ghost_values() -- 2.39.5