From: angelrca Date: Wed, 3 Jun 2015 09:56:56 +0000 (+0200) Subject: changes.h, blocks moved X-Git-Tag: v8.3.0-rc1~130^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F987%2Fhead;p=dealii.git changes.h, blocks moved --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 4febee588a..cdc18334f9 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -512,6 +512,17 @@ inconvenience this causes.

Specific improvements

    +
  1. Improved: VectorTools::interpolate now works with FE_Nothing. +
    + (Angel Rodriguez, 2015/06/03) +
  2. + +
  3. Improved: deal.II now uses a variety of strategies to silence compiler + warnings about unused variables and unused parameters. +
    + (David Wells, 2015/04/13) +
  4. +
  5. New: Add a clear function to the PETSc::Vector and PETSc::MPI::Vector classes similar to the Trilinos vector classes.
    @@ -974,17 +985,6 @@ inconvenience this causes.
    (Matthias Maier, 2014/12/29)
  6. - -
  7. Improved: deal.II now uses a variety of strategies to silence compiler - warnings about unused variables and unused parameters. -
    - (David Wells, 2015/04/13) -
  8. - -
  9. Improved: VectorTools::interpolate now works with FE_Nothing. -
    - (Angel Rodriguez, 2015/06/03) -
*/