From: Martin Kronbichler Date: Tue, 17 Oct 2017 16:51:44 +0000 (+0200) Subject: Add changelog X-Git-Tag: v9.0.0-rc1~933^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e38572ee32fa5376d67ef6630fdd58703be7d4;p=dealii.git Add changelog --- diff --git a/doc/news/changes/minor/20171017MartinKronbichler b/doc/news/changes/minor/20171017MartinKronbichler new file mode 100644 index 0000000000..9b52acda3a --- /dev/null +++ b/doc/news/changes/minor/20171017MartinKronbichler @@ -0,0 +1,5 @@ +New: The class Utilities::MPI::Partitioner now supports handling only a +selection of ghost indices within a larger ghost set. Use this feature by +adding a second, larger, IndexSet to Partitioner::set_ghost_indices(). +
+(Martin Kronbichler, 2017/10/17) diff --git a/doc/news/changes/minor/20171017MartinKronbichler-2 b/doc/news/changes/minor/20171017MartinKronbichler-2 new file mode 100644 index 0000000000..e2a7f43827 --- /dev/null +++ b/doc/news/changes/minor/20171017MartinKronbichler-2 @@ -0,0 +1,6 @@ +New: The class Utilities::MPI::Partitioner can now handle the MPI import and +export calls that were previously hidden in the vector class. This allows to +use MPI communication of integers besides the previously supported floating +point data. +
+(Martin Kronbichler, 2017/10/17)