From 549cc300ae7e0351fc44923ecc22f31a3483c379 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 17 Jan 2016 20:03:27 -0500 Subject: [PATCH] Added a changelog entry for the GridOut fixes. --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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.
    -- 2.39.5