From fe39a9b849124ac87d0bc5e5c287a327f7255627 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 12 Jan 2015 13:05:58 -0500 Subject: [PATCH] changelog --- doc/news/changes.h | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index c88668592e..cc881ee869 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,6 +38,13 @@ inconvenience this causes.

    +
  1. Removed: TrilinosWrappers::SparseMatrix copy constructor got removed + to be in line with PETSc and dealii::SparseMatrix. You can use reinit() + and copy_from(). +
    + (Timo Heister, 2015/01/12) +
  2. +
  3. Removed: The following compatibility definitions were removed from include/deal.II/base/config.h.in (replacement in brackets): - DEAL_II_CAN_USE_CXX11 (new: DEAL_II_WITH_CXX11) @@ -172,9 +179,17 @@ inconvenience this causes.

    Specific improvements

      -
    1. New: Triangulation::set_all_manifold_ids() and +
    2. New: PETScWrappers::MPI::SparseMatrix::reinit(other) copies + the layout of another matrix. TrilinosWrappers::SparseMatrix + operator= and copy constructor are now disabled. This brings + functionality between PETSc and Trilinos in line. +
      + (Timo Heister, 2015/01/12) +
    3. + +
    4. New: Triangulation::set_all_manifold_ids() and Triangulation::set_all_manifold_ids_on_boundaries() - set all manifold ids on every object or on every + set all manifold ids on every object or on every boundary object respectively.
      (Luca Heltai, 2015/01/12) -- 2.39.5