From 7ebbecfd44b732102ee72fbcd3f3ae813f4b6a78 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 27 Feb 2022 17:41:06 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20220227Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20220227Bangerth diff --git a/doc/news/changes/minor/20220227Bangerth b/doc/news/changes/minor/20220227Bangerth new file mode 100644 index 0000000000..ac8a6c4055 --- /dev/null +++ b/doc/news/changes/minor/20220227Bangerth @@ -0,0 +1,7 @@ +New: The template variable Utilities::MPI::mpi_type_id_for_type +provides information about the `MPI_Datatype` that corresponds to a +given type. This information is necessary in all MPI calls where one +needs to provide an `MPI_Datatype` to identify the kinds of objects +stored in a send or receive buffer. +
+(Wolfgang Bangerth, 2022/02/27) -- 2.39.5