From: Luca Heltai Date: Wed, 21 Dec 2022 16:17:16 +0000 (+0100) Subject: ChangeLog. X-Git-Tag: v9.5.0-rc1~621^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de95f8a877425ae2c4b1bbc664f3fd1f7278e00;p=dealii.git ChangeLog. --- diff --git a/doc/news/changes/minor/20221221StefanoZampini b/doc/news/changes/minor/20221221StefanoZampini new file mode 100644 index 0000000000..920e3d70d9 --- /dev/null +++ b/doc/news/changes/minor/20221221StefanoZampini @@ -0,0 +1,4 @@ +New: Expose PETScWrappers::MPI::BlockVector as a PETSc VecNest vector, and make sure the mpi communicator is always +queried from the internal vec object. +
+(Stefano Zampini, 2022/12/21)