From: Matthias Maier Date: Fri, 1 May 2015 21:01:02 +0000 (+0200) Subject: add a changes.h entry X-Git-Tag: v8.3.0-rc1~203^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c99ba60c10979eac8d4ca6d458e89df0c6bfb8;p=dealii.git add a changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index e4ad32f3ff..934a491e02 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -472,6 +472,14 @@ inconvenience this causes.

Specific improvements

    +
  1. New: dealii:Vector, dealii::BlockVector, + TrilinosWrappers::MPI::Vector, TrilinosWrappers::MPI::BlockVector, + PETScWrappers::MPI::Vector and PETScWrappers::MPI::BlockVector now have + move constructors and move assignment operators in C++11 mode. +
    + (Matthias Maier, 2015/05/01) +
  2. +
  3. New: Introduce DoFRenumbering::block_wise for multigrid computation.
    (Timo Heister, Florian Sonner, 2015/04/30)