From 16394607a92e56d0b1e231d6a1114183d8534aaf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 2 Jul 2021 17:28:03 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20210702Bangerth | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/news/changes/minor/20210702Bangerth diff --git a/doc/news/changes/minor/20210702Bangerth b/doc/news/changes/minor/20210702Bangerth new file mode 100644 index 0000000000..bef99d14d6 --- /dev/null +++ b/doc/news/changes/minor/20210702Bangerth @@ -0,0 +1,10 @@ +New: When calling `cell->vertex_dof_index(...)` on a DoFHandler that +uses the hp capability, then one needed to provide the last argument +indicating what the active fe index is. But for cells, there can only +be one active fe index, so leaving the last argument at its default +value is now interpreted as using the active fe index of the cell. The +argument still needs to be provided if the `vertex_dof_index()` +function is called on faces, edges, or vertices. +
+(Wolfgang Bangerth, 2021/07/02) + -- 2.39.5