From: Wolfgang Bangerth Date: Thu, 17 Nov 2022 04:33:33 +0000 (-0700) Subject: Add a changelog. X-Git-Tag: v9.5.0-rc1~841^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e856f552576311f280c217a3848459db52c188b2;p=dealii.git Add a changelog. --- diff --git a/doc/news/changes/minor/20221116Bangerth b/doc/news/changes/minor/20221116Bangerth new file mode 100644 index 0000000000..b16826d0b2 --- /dev/null +++ b/doc/news/changes/minor/20221116Bangerth @@ -0,0 +1,8 @@ +Changed: The constructors of the various solver classes in the PETScWrappers namespace +used to take an `MPI_Comm` argument. This has now been changed: There +is a new set of constructors that no longer take this argument, and +the old constructors have been deprecated. In practice, the solvers +now use the same MPI communicator as the matrix give to the `solve()` +function. +
+(Wolfgang Bangerth, 2022/11/16)