From: bangerth Date: Wed, 25 Sep 2013 14:57:51 +0000 (+0000) Subject: Add note about yesterday's change to PETSc wrappers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e9d0443ce11e5bc8cb2c828049dcc3d370c494d;p=dealii-svn.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.