From 4a93b77b4705c6f898e7b9dfb2682d72ccfa9559 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 13 Jan 2015 11:32:07 +0100 Subject: [PATCH] List new entry --- doc/news/changes.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5