From: Jean-Paul Pelteret Date: Sun, 12 Sep 2021 20:43:39 +0000 (+0200) Subject: Add changelog entry X-Git-Tag: v9.4.0-rc1~984^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12755%2Fhead;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes/minor/20210912LeiPelteret b/doc/news/changes/minor/20210912LeiPelteret new file mode 100644 index 0000000000..c326a004f4 --- /dev/null +++ b/doc/news/changes/minor/20210912LeiPelteret @@ -0,0 +1,6 @@ +Fixed: The payload for Trilinos-based linear operators is now able to use its +own type as an examplar operator. This means that one can now use linear +operators based on Trilinos matrices as exampler operators when initializing +a LinearOperator for a Trilinos preconditioner. +
+(Wenyu Lei, Jean-Paul Pelteret, 2021/09/12)