From: Luca Heltai Date: Tue, 13 Dec 2022 16:37:42 +0000 (+0100) Subject: Changelog. X-Git-Tag: v9.5.0-rc1~732^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14574%2Fhead;p=dealii.git Changelog. --- diff --git a/doc/news/changes/minor/20221213StefanoZampini b/doc/news/changes/minor/20221213StefanoZampini new file mode 100644 index 0000000000..76e13bd21c --- /dev/null +++ b/doc/news/changes/minor/20221213StefanoZampini @@ -0,0 +1,5 @@ +Fixed: PETSc has no concept of ownership, but only shared ownership. Vec and Mat objects are +reference counted, and automatically cleaned when no longer used. We do not need to keep track +of ownership manually. +
+(Stefano Zampini, 2022/12/13)