From: wolf Date: Mon, 15 Mar 2004 16:56:52 +0000 (+0000) Subject: ConstraintMatrix::distribute_local_to_global X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d823f0dc15e0f6206fedffdcd2067babcc9e3d9;p=dealii-svn.git ConstraintMatrix::distribute_local_to_global git-svn-id: https://svn.dealii.org/trunk@8745 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 ec237991e1..a8be8752a7 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -460,6 +460,18 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. 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 + taking care of constrained degrees of freedom; in that case, the + respective entries are already distributed to the final place in the + global matrix or vector. That way, the final call to the ConstraintMatrix::condense function can be + avoided. +
    + (WB 2004/03/15) +

    +
  2. New: The new functions SparsityPattern::partition, GridTools::partition_triangulation,