From: Wolfgang Bangerth Date: Thu, 5 Oct 2023 20:53:45 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: relicensing~425^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57bf369269dfbf0059bd1c35c021d3ff6768919;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20231005Bangerth b/doc/news/changes/minor/20231005Bangerth new file mode 100644 index 0000000000..8c9fe25231 --- /dev/null +++ b/doc/news/changes/minor/20231005Bangerth @@ -0,0 +1,5 @@ +New: The function AffineConstraints::get_view() can be used to obtain +the constraints that correspond to a specific subset of degrees of +freedom. +
+(Wolfgang Bangerth, 2023/10/05)