From 01f49608bff79e0070b8bf986e1d426b8c717c14 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 4 Jul 2018 15:44:08 +0200 Subject: [PATCH] Make sure to add a line break in the changelogs. --- doc/news/changes/minor/20180518DanielArndtMartinKronbichler | 2 +- doc/news/changes/minor/20180521CeQin | 1 + doc/news/changes/minor/20180524MartinKronbichlerDenisDavydov | 1 + doc/news/changes/minor/20180528MartinKronbichlerNiklasFehn | 1 + doc/news/changes/minor/20180612DenisDavydov | 1 + doc/news/changes/minor/20180614UweKoecher | 1 + doc/news/changes/minor/20180616JohsuaHanophy | 1 + doc/news/changes/minor/20180621DenisDavydov | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/news/changes/minor/20180518DanielArndtMartinKronbichler b/doc/news/changes/minor/20180518DanielArndtMartinKronbichler index 4540afcfb9..f45a5dfb6f 100644 --- a/doc/news/changes/minor/20180518DanielArndtMartinKronbichler +++ b/doc/news/changes/minor/20180518DanielArndtMartinKronbichler @@ -1,5 +1,5 @@ Fixed: Two invalid off-by-one data accesses in the initialization of MatrixFree with face data enabled, that appeared in some rare cases on certain configurations of processors, have been fixed. +
(Daniel Arndt, Martin Kronbichler, 2018/05/18) - diff --git a/doc/news/changes/minor/20180521CeQin b/doc/news/changes/minor/20180521CeQin index 046ab09ae7..58f3e043e9 100644 --- a/doc/news/changes/minor/20180521CeQin +++ b/doc/news/changes/minor/20180521CeQin @@ -1,2 +1,3 @@ Fixed: Step-16 was broken caused by uninitialized variables, it is now fixed. +
(Ce Qin, 2018/05/21) diff --git a/doc/news/changes/minor/20180524MartinKronbichlerDenisDavydov b/doc/news/changes/minor/20180524MartinKronbichlerDenisDavydov index d1e9232f9a..7ceb99438d 100644 --- a/doc/news/changes/minor/20180524MartinKronbichlerDenisDavydov +++ b/doc/news/changes/minor/20180524MartinKronbichlerDenisDavydov @@ -4,4 +4,5 @@ LinearAlgebra::distributed::BlockVector::compress() calls on block vectors with many blocks, rather than splitting each method into two parts for overlapping communication and computation. The latter is inefficient as soon as too many MPI requests are in flight. +
(Martin Kronbichler, Denis Davydov 2018/05/24) diff --git a/doc/news/changes/minor/20180528MartinKronbichlerNiklasFehn b/doc/news/changes/minor/20180528MartinKronbichlerNiklasFehn index b0fa743d8d..9836a59403 100644 --- a/doc/news/changes/minor/20180528MartinKronbichlerNiklasFehn +++ b/doc/news/changes/minor/20180528MartinKronbichlerNiklasFehn @@ -1,4 +1,5 @@ New: The function GridTools::find_all_active_cells_around_point() returns a list of all cells around a point, rather than only a single one for the old GridTools::find_active_cell_around_point. +
(Martin Kronbichler, Niklas Fehn, 2018/05/28) diff --git a/doc/news/changes/minor/20180612DenisDavydov b/doc/news/changes/minor/20180612DenisDavydov index 8219f343e9..e9adf81015 100644 --- a/doc/news/changes/minor/20180612DenisDavydov +++ b/doc/news/changes/minor/20180612DenisDavydov @@ -1,4 +1,5 @@ Bugfix: Fixed a bug where VectorDataExchange::ghosts_were_set was not set inside MatrixFree::cell_loop() for block vectors with many blocks. +
(Denis Davydov 2018/06/12) diff --git a/doc/news/changes/minor/20180614UweKoecher b/doc/news/changes/minor/20180614UweKoecher index dbb739f648..3d855ebc2e 100644 --- a/doc/news/changes/minor/20180614UweKoecher +++ b/doc/news/changes/minor/20180614UweKoecher @@ -1,4 +1,5 @@ Bugfix: Fixed bugs for TrilinosWrapper::SparseMatrix::add(factor, other_matrix) and TrilinosWrapper::SparseMatrix::copy_from(other_matrix) for the case of non-contiguous rows. +
(Uwe Koecher 2018/06/14) diff --git a/doc/news/changes/minor/20180616JohsuaHanophy b/doc/news/changes/minor/20180616JohsuaHanophy index 373297774a..91bb61a11e 100644 --- a/doc/news/changes/minor/20180616JohsuaHanophy +++ b/doc/news/changes/minor/20180616JohsuaHanophy @@ -2,4 +2,5 @@ Fixed: TrilinosWrappers::MPI::Vector::reinit check now checks if parallel_partitioner is_ascending_and_one_to_one before calling make_trilinos_map because make_trilinos_map may be able to make a linear map if is_ascending_and_one_to_one is true. +
(Joshua Hanophy, 2018/06/16) diff --git a/doc/news/changes/minor/20180621DenisDavydov b/doc/news/changes/minor/20180621DenisDavydov index 671e6c7978..e996dfe692 100644 --- a/doc/news/changes/minor/20180621DenisDavydov +++ b/doc/news/changes/minor/20180621DenisDavydov @@ -1,4 +1,5 @@ New: Extend get_vector_data_ranges() to return extra element in the tuple to represent DataComponentInterpretation. The functions were renamed to get_nonscalar_data_ranges(). +
(Denis Davydov 2018/06/21) -- 2.39.5