From 8026996883a017c25307d68fa087c9498e9f794c Mon Sep 17 00:00:00 2001 From: "Toby D. Young" Date: Fri, 5 Dec 2008 13:19:56 +0000 Subject: [PATCH] corrected a weird comment git-svn-id: https://svn.dealii.org/trunk@17857 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 8a81202d46..3202ab105f 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -507,9 +507,8 @@ inconvenience this causes.

New: The function DoFTools::make_zero_boundary_constraints() computes the constraints that result from requiring the degrees of freedom at the - boundary to be zero. This allos to apply zero boundary constraints to - a matrix in the same way as other constraints, rather than going - through the MatrixTools::apply_boundary_values function. + boundary to be zero. Use cases are when the sparsity pattern is not known + / not wanted / not inaccessible.
(Toby D. Young 2008/12/04)

-- 2.39.5