From: young Date: Fri, 5 Dec 2008 13:19:56 +0000 (+0000) Subject: corrected a weird comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d3e87494f09720d54c32bb1edcd171af808ddb;p=dealii-svn.git corrected a weird comment git-svn-id: https://svn.dealii.org/trunk@17857 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)