From 4d93642e7259204960542d6db3d62c529fc4de83 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 19 Aug 2021 17:19:42 -0600 Subject: [PATCH] Add changelog entry. --- doc/news/changes/minor/20210819Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20210819Bangerth diff --git a/doc/news/changes/minor/20210819Bangerth b/doc/news/changes/minor/20210819Bangerth new file mode 100644 index 0000000000..3faa60e886 --- /dev/null +++ b/doc/news/changes/minor/20210819Bangerth @@ -0,0 +1,7 @@ +Fixed: It was not possible to default-construct objects of type +`DoFHandler::face_iterator` for `dim==1`. As a consequence, one +could also not call `cell->face_iterators()` for the cells of 1d +DoFHandler objects. This is now fixed. +
+(Wolfgang Bangerth, Tyler Anderson, 2021/08/19) + -- 2.39.5