From 6255605fccb175acc5dfc6e15eb8ae0dd3888f96 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 18 Jan 2018 15:28:39 -0700 Subject: [PATCH] Add changelog entry. --- doc/news/changes/minor/20180118Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20180118Bangerth diff --git a/doc/news/changes/minor/20180118Bangerth b/doc/news/changes/minor/20180118Bangerth new file mode 100644 index 0000000000..cc4996184c --- /dev/null +++ b/doc/news/changes/minor/20180118Bangerth @@ -0,0 +1,6 @@ +Fixed: In some situations, +DoFTools::locally_owned_dofs_per_subdomain() returned a vector of the +wrong size. Specifically, this happened if the processor with the +highest subdomain id owned no degrees of freedom. This is now fixed. +
+(Jean-Paul Pelteret, Wolfgang Bangerth, 2018/01/18) -- 2.39.5