From: wolf Date: Tue, 31 Jul 2001 16:15:03 +0000 (+0000) Subject: ConstraintMatrix::merge X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80112c07893a208fe2b9326e12c74e53546a4c5f;p=dealii-svn.git ConstraintMatrix::merge git-svn-id: https://svn.dealii.org/trunk@4865 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 3004913a0a..cf4eb1ef51 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -503,6 +503,13 @@ documentation, etc.

deal.II

    +
  1. + Extended: ConstraintMatrix::merge + can now handle arguments which further constrain the present object. +
    + (WB 2001/07/30) +

    +
  2. New: Implement DoFTools::make_sparsity_pattern,