From ca7c062851abebf1fa4c081dc8bd498a1ce42fb9 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 11 Aug 2005 14:14:38 +0000 Subject: [PATCH] New functions in petsc classes. git-svn-id: https://svn.dealii.org/trunk@11282 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 1907415128..fb22534bef 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -499,6 +499,24 @@ inconvenience this causes.

lac

    +
  1. + New: The new function PetscWrappers::VectorBase::set allows to set + several vector elements at once. +
    + (WB, 2005/08/10) +

    + +
  2. + New: There are now functions PetscWrappers::MatrixBase::clear_row and clear_rows that allow to set the elements of a row + of a matrix to zero, without having to traverse the individual + elements. +
    + (WB, 2005/08/10) +

    +
  3. Fixed: SparsityPattern::block_write neither wrote the number of -- 2.39.5