From: Daniel Arndt Date: Mon, 13 Nov 2017 14:56:33 +0000 (+0100) Subject: Update changelog entries X-Git-Tag: v9.0.0-rc1~782^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b3b4459aea6993a73924916ffa9012f3022bc92;p=dealii.git Update changelog entries --- diff --git a/doc/news/changes/minor/20170812Heister b/doc/news/changes/minor/20170812Heister index ef7238dc10..3e7b620883 100644 --- a/doc/news/changes/minor/20170812Heister +++ b/doc/news/changes/minor/20170812Heister @@ -1,3 +1,3 @@ -New: parallel::GridTools::exchange_cell_data_to_ghosts() to exchange ghost data. +New: GridTools::exchange_cell_data_to_ghosts() to exchange ghost data.
(Timo Heister, 2017/08/12) diff --git a/doc/news/changes/minor/20171030GiovanniAlzetta b/doc/news/changes/minor/20171030GiovanniAlzetta index 1869b1ec99..c888349dca 100644 --- a/doc/news/changes/minor/20171030GiovanniAlzetta +++ b/doc/news/changes/minor/20171030GiovanniAlzetta @@ -1,4 +1,4 @@ -New: Added parallel::GridTools::exchange_local_bounding_boxes function and tests to exchange +New: Added GridTools::exchange_local_bounding_boxes function and tests to exchange vectors of bounding boxes and gather them in every process.
(Giovanni Alzetta, 30/10/2017)