From: Matthias Maier Date: Tue, 31 Mar 2015 12:23:56 +0000 (+0200) Subject: Move entry in changes.h to appropriate place X-Git-Tag: v8.3.0-rc1~334^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F719%2Fhead;p=dealii.git Move entry in changes.h to appropriate place --- diff --git a/doc/news/changes.h b/doc/news/changes.h index bfa764f251..36d1eb1d09 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -333,14 +333,6 @@ inconvenience this causes.
    -
  1. New: A new funtion to get a map with all vertices at boundaries - has been added in GridTools::get_all_vertices_at_boundary. - This function will return a map wich can be used in functions - like GridTools::Laplace_transform. -
    - (Fernando Posada, 2015/03/31) -
  2. -
  3. New: A new flag no_automatic_repartitioning in parallel::distributed::Triangulation will disable the automatic repartitioning when calling execute_coarsening_and_refinement() (or things @@ -410,6 +402,14 @@ inconvenience this causes.

    Specific improvements

      +
    1. New: A new funtion to get a map with all vertices at boundaries + has been added in GridTools::get_all_vertices_at_boundary. + This function will return a map wich can be used in functions + like GridTools::Laplace_transform. +
      + (Fernando Posada, 2015/03/31) +
    2. +
    3. Fixed: TrilinosWrappers::SparseMatrix::local_range() erroneously threw an exception in 64-bit mode. This is now fixed.