From 794e7ef15dc61266c6230b53993448228590cee0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 19 Oct 2023 14:06:20 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20231002Bangerth_2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.5