From: Wolfgang Bangerth Date: Fri, 2 Jul 2021 23:28:03 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.4.0-rc1~1162^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12541%2Fhead;p=dealii.git Add a changelog entry. --- 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) +