From 341170e4a7e0cfe0fc2ce05834a711267027d365 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 Jul 2017 08:08:36 -0600 Subject: [PATCH] Add changelog entry. --- doc/news/changes/minor/20170710Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20170710Bangerth diff --git a/doc/news/changes/minor/20170710Bangerth b/doc/news/changes/minor/20170710Bangerth new file mode 100644 index 0000000000..3bde3cd1b3 --- /dev/null +++ b/doc/news/changes/minor/20170710Bangerth @@ -0,0 +1,7 @@ +Fixed: The DoFHandler::n_boundary_dofs() and +hp::DoFHandler::n_boundary_dofs() functions did not take into account +that a one-dimensional triangulation may consist of more than one +segment (and then may have more than two vertices on the +boundary). This is now fixed. +
+(Wolfgang Bangerth, 2017/07/10) -- 2.39.5