From: Wolfgang Bangerth Date: Fri, 8 Jul 2022 03:39:39 +0000 (-0600) Subject: Add a changelog. X-Git-Tag: v9.5.0-rc1~1056^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14039%2Fhead;p=dealii.git Add a changelog. --- diff --git a/doc/news/changes/minor/20220707Bangerth b/doc/news/changes/minor/20220707Bangerth new file mode 100644 index 0000000000..e877f7e1e0 --- /dev/null +++ b/doc/news/changes/minor/20220707Bangerth @@ -0,0 +1,6 @@ +New: There are now functions Utilities::MPI::isend() and +Utilities::MPI::irecv() that can send and receive arbitrary objects to +and from other processes, and that handle all of the setting up and +tearing down of MPI objects and temporary buffers. +
+(Wolfgang Bangerth, 2022/07/07)