From: Wolfgang Bangerth Date: Wed, 25 Sep 2013 14:57:51 +0000 (+0000) Subject: Add note about yesterday's change to PETSc wrappers. X-Git-Tag: v8.1.0~732 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e6624320a62e56e86a7580cc0b4df3c945aacb9;p=dealii.git Add note about yesterday's change to PETSc wrappers. git-svn-id: https://svn.dealii.org/trunk@30920 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 0752093e37..50ee4dca19 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -85,6 +85,13 @@ inconvenience this causes.

Specific improvements

    +
  1. + Fixed: PetscWrappers::MatrixBase::row_length() no longer worked after recent changes + to PETSc (around PETSc release 3.4). This is now fixed. +
    + (Wolfgang Bangerth, 2013/09/24) +
  2. +
  3. New: Added write_visit_record that allows writing .visit files with multiple blocks and multiple time steps.