From: Martin Kronbichler Date: Wed, 3 Apr 2024 10:52:07 +0000 (+0200) Subject: Changelog X-Git-Tag: v9.6.0-rc1~410^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d60e02f51cf9e315cf666175315e7d4ea174c7;p=dealii.git Changelog --- diff --git a/doc/news/changes/minor/20240403Kronbichler b/doc/news/changes/minor/20240403Kronbichler new file mode 100644 index 0000000000..8511475f61 --- /dev/null +++ b/doc/news/changes/minor/20240403Kronbichler @@ -0,0 +1,5 @@ +Improved: VectorTools::interpolate is now faster for the case of a DoFHandler +based on an FESystem with a single base element that has classical support +points (like FE_Q or FE_DGQ). +
+(Martin Kronbichler, 2024/04/03)