From: Martin Kronbichler Date: Tue, 13 Jan 2015 10:32:07 +0000 (+0100) Subject: List new entry X-Git-Tag: v8.3.0-rc1~548^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a93b77b4705c6f898e7b9dfb2682d72ccfa9559;p=dealii.git List new entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index cc881ee869..9a24a6574a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -179,6 +179,15 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: The update of ghost values in parallel::distributed::Vector when + calling the assignment operator is now active when one of the two vector had + its ghost values updated before or when the layout of the right hand side + vector is one-to-one, more consistent with parallel PETSc and Trilinos + vectors. +
    + (Martin Kronbichler, 2015/01/13) +
  2. +
  3. New: PETScWrappers::MPI::SparseMatrix::reinit(other) copies the layout of another matrix. TrilinosWrappers::SparseMatrix operator= and copy constructor are now disabled. This brings