From: Matthias Maier Date: Fri, 17 May 2019 01:09:08 +0000 (-0500) Subject: Adjust changelog X-Git-Tag: v9.1.0-rc2~1^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ac2ba21cca9c2191ff4adeaadd1192138607fe;p=dealii.git Adjust changelog --- diff --git a/doc/news/9.0.1-vs-9.1.0.h b/doc/news/9.0.1-vs-9.1.0.h index fab268a687..56195effad 100644 --- a/doc/news/9.0.1-vs-9.1.0.h +++ b/doc/news/9.0.1-vs-9.1.0.h @@ -493,6 +493,14 @@ inconvenience this causes.
    +
  1. + Improved: The point identification of TransfiniteInterpolationManifold has + been made more robust. It would previously fail sometimes for strongly curved, + long and skinny cells. +
    + (Martin Kronbichler, 2019/05/16) +
  2. +
  3. Improved: DoFHandler::renumber_dofs() on parallel::distributed::Triangulation would scale linearly with the number of MPI ranks on more than 50k ranks, diff --git a/doc/news/changes/minor/20190516MartinKronbichler b/doc/news/changes/minor/20190516MartinKronbichler deleted file mode 100644 index 102fb0df4c..0000000000 --- a/doc/news/changes/minor/20190516MartinKronbichler +++ /dev/null @@ -1,5 +0,0 @@ -Improved: The point identification of TransfiniteInterpolationManifold has -been made more robust. It would previously fail sometimes for strongly curved, -long and skinny cells. -
    -(Martin Kronbichler, 2019/05/16)