From: Wolfgang Bangerth Date: Wed, 27 Apr 2022 19:29:52 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.4.0-rc1~277^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f116d598fc000468d7c9829ae463aac4ce9744dd;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20220427Bangerth b/doc/news/changes/minor/20220427Bangerth new file mode 100644 index 0000000000..bf99509754 --- /dev/null +++ b/doc/news/changes/minor/20220427Bangerth @@ -0,0 +1,4 @@ +New: The class DataPostprocessors::BoundaryIds can be used to +visualize the boundary indicators used in a mesh. +
+(Wolfgang Bangerth, 2022/04/27)