From: wolf Date: Tue, 16 Mar 2004 21:47:17 +0000 (+0000) Subject: MatrixTools::local_apply_boundary_values X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147c1eaf5e58ef9ae69029039aae9276398927e9;p=dealii-svn.git MatrixTools::local_apply_boundary_values git-svn-id: https://svn.dealii.org/trunk@8796 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index d1e2cb7e2b..d9e452ce6d 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -487,6 +487,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. New: The new function MatrixTools::local_apply_boundary_values folds + boundary value information into local matrices and vectors before they + are written into the global matrix and vector. This way, the final call + to MatrixTools::apply_boundary_values can + be avoided. +
    + (WB 2004/03/16) +

    +
  2. New: There are now functions ConstraintMatrix::distribute_local_to_global that take a local matrix or vector and distribute it to a global one, but