From: Wolfgang Bangerth Date: Thu, 19 Oct 2023 20:06:20 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: relicensing~374^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794e7ef15dc61266c6230b53993448228590cee0;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20231002Bangerth_2 b/doc/news/changes/minor/20231002Bangerth_2 index 70a0c16e76..c4a95c4ce2 100644 --- a/doc/news/changes/minor/20231002Bangerth_2 +++ b/doc/news/changes/minor/20231002Bangerth_2 @@ -2,6 +2,8 @@ New: The new function AffineConstraints::add_constraint() adds an entire constraint all at once, rather than splitting the task across AffineConstraint::add_line(), multiple calls to AffineConstraint::add_entry(), and -AffineConstraint::set_inhomogeneity(). +AffineConstraint::set_inhomogeneity(). The new function +AffineConstraints::constrain_dof_to_zero() is a short-cut that adds a +constraint that requires a specific degree of freedom to be zero.
(Wolfgang Bangerth, 2023/10/05)