From: Wolfgang Bangerth Date: Sun, 6 Jan 2013 01:41:33 +0000 (+0000) Subject: Apply forgotten patch. X-Git-Tag: v8.0.0~1656 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9732f9813efe7b7ac322c683e649b8da51a8c394;p=dealii.git Apply forgotten patch. git-svn-id: https://svn.dealii.org/trunk@27941 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index e64a532a6b..44a24b5b29 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -113,7 +113,7 @@ restructuring of DoFAccessors. MGDofHandler is now deprecated and will be removed in a future release. Use DoFHandler with distribute_mg_dofs() instead.
-(Markus Bürg, Timo Heister, Guido Kanschat, 2013/01/03) +(Markus Bürg, Timo Heister, Guido Kanschat, 2013/01/03)
  • step-6 now uses ConstraintMatrix::distribute_local_to_global() @@ -135,6 +135,11 @@ DoFHandler, in particular removal of specializations.

    Specific improvements

      +
    1. New: Utilities::int_to_string can now deal with any 32-bit +integer, not just those with up to 6 digits. +
      +(Wolfgang Bangerth, 2013/1/5) +
    2. New: The PETScWrappers::MatrixBase::write_ascii() now takes a (defaulted) argument allowing to select the PETSc Viewer style.