From: Martin Kronbichler Date: Fri, 12 Jul 2019 07:56:46 +0000 (+0200) Subject: Add changelog X-Git-Tag: v9.2.0-rc1~1378^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06be8deb47c7577b0b66f24e63284cb73cd420a3;p=dealii.git Add changelog --- diff --git a/doc/news/changes/minor/20190712MartinKronbichler b/doc/news/changes/minor/20190712MartinKronbichler new file mode 100644 index 0000000000..aff1f2b618 --- /dev/null +++ b/doc/news/changes/minor/20190712MartinKronbichler @@ -0,0 +1,6 @@ +Improved: The additional roots of the HermiteLikeInterpolation with degree $p$ +greater than four have been switched to the roots of the Jacobi polynomial +$P^{(4,4)}_{p-3}$, making the interior bubble functions $L_2$ orthogonal and +improving the conditioning of interpolation slightly. +
+(Martin Kronbichler, 2019/07/12)