From: Martin Kronbichler Date: Tue, 5 Mar 2019 17:47:19 +0000 (+0100) Subject: Add changelogs X-Git-Tag: v9.1.0-rc1~303^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7781%2Fhead;p=dealii.git Add changelogs --- diff --git a/doc/news/changes/minor/20190305DanielAppelMartinKronbichler-1 b/doc/news/changes/minor/20190305DanielAppelMartinKronbichler-1 new file mode 100644 index 0000000000..e9604fb6dc --- /dev/null +++ b/doc/news/changes/minor/20190305DanielAppelMartinKronbichler-1 @@ -0,0 +1,5 @@ +Fixed: CylindricalManifold::get_new_point would previously return wrong +results if the resulting point is on the axis, and the cylinder axis does not +pass through the origin. +
+(Daniel Appel, Martin Kronbichler, 2019/03/05) diff --git a/doc/news/changes/minor/20190305DanielAppelMartinKronbichler-2 b/doc/news/changes/minor/20190305DanielAppelMartinKronbichler-2 new file mode 100644 index 0000000000..2396b24c9e --- /dev/null +++ b/doc/news/changes/minor/20190305DanielAppelMartinKronbichler-2 @@ -0,0 +1,4 @@ +Fixed: EllipiticalManifold::push_forward_gradient did previously not take the +rotation into account. This is now fixed. +
+(Daniel Appel, Martin Kronbichler, 2019/03/05)