From: David Wells Date: Mon, 18 Jan 2016 01:03:27 +0000 (-0500) Subject: Added a changelog entry for the GridOut fixes. X-Git-Tag: v8.4.0-rc2~84^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=549cc300ae7e0351fc44923ecc22f31a3483c379;p=dealii.git Added a changelog entry for the GridOut fixes. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index b4b652751f..0844451c9f 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -579,6 +579,14 @@ inconvenience this causes.
    +
  1. Fixed: GridOut::write_msh() and GridOut::write_ucd() used the same + geometric element numbers for lines and faces. This caused visualization + programs to ignore parts with repeated geometric element numbers. This is now + fixed. +
    + (David Wells, 2016/01/16) +
  2. +
  3. New: DoFTools::extract_dofs() are now instantiated also for codimension different from zero.