From: kronbichler Date: Tue, 7 May 2013 17:14:50 +0000 (+0000) Subject: Mention change X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea49bc0ab306b76df9584c62fcf39dab3b8e19d;p=dealii-svn.git Mention change git-svn-id: https://svn.dealii.org/trunk@29477 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index a21de5bc36..1983981e59 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -117,6 +117,19 @@ this function.
    +
  1. New: The matrix-vector product ChunkSparseMatrix::vmult now runs in +parallel in shared memory. +
    +(Martin Kronbichler, 2013/05/07) +
  2. + +
  3. New: The class ChunkSparseMatrix and the associated +ChunkSparsityPattern now offer iterator classes to iterate over rows or the +whole matrix in an STL-like way. +
    +(Martin Kronbichler, 2013/05/07) +
  4. +
  5. Fixed: The stopping criterion for early exit in SolverBicgstab did not work properly for systems with large values, leading to premature exit. This is now fixed.