From: Bruno Turcksin Date: Sun, 26 Apr 2015 22:46:12 +0000 (-0500) Subject: Update changes.h X-Git-Tag: v8.3.0-rc1~196^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25fd8f6005a6d9aa49c4812e1d3d12df1d975945;p=dealii.git Update changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index e0a089473e..f0fa056dc9 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -472,6 +472,13 @@ inconvenience this causes.

Specific improvements

    +
  1. Changed: TrilinosWrappers::Vector, TrilinosWrappers::BlockVector, + PETScWrappers::Vector, and PETScWrappers::BlockVector are deprecated. Either + use the MPI or the deal.II version of the Vector/BlockVector. +
    + (Bruno Turcksin, 2015/05/04) +
  2. +
  3. Fixed: GridGenerator::half_hyper_shell can now be colorized.
    (Daniel Arndt, 2015/05/05) @@ -489,6 +496,11 @@ inconvenience this causes. move constructors and move assignment operators in C++11 mode.
    (Matthias Maier, 2015/05/01) +
  4. Changed: TrilinosWrappers::Vector, TrilinosWrappers::BlockVector, + PETScWrappers::Vector, and PETScWrappers::BlockVector are deprecated. Either + use the MPI or the deal.II version of the Vector/BlockVector. +
    + (Bruno Turcksin, 2015/05/01)
  5. New: Introduce DoFRenumbering::block_wise for multigrid computation.