From: Wolfgang Bangerth Date: Sun, 23 Mar 2025 17:12:07 +0000 (-0600) Subject: Add a changelog entry. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be6457969ac06e1716d8ea479fdea3030128aac;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20250323Bangerth b/doc/news/changes/minor/20250323Bangerth new file mode 100644 index 0000000000..e1f8c00ac0 --- /dev/null +++ b/doc/news/changes/minor/20250323Bangerth @@ -0,0 +1,5 @@ +Fixed: DoFTools::map_dofs_to_support_points() did not work when there +were cells in the mesh that had no degrees of freedom (e.g., because +the cell's finite element was FE_Nothing). This is now fixed. +
+(Davit Gyulamiryan, Wolfgang Bangerth, 2025/03/23)