From: fahad.alrashed Date: Sat, 21 Sep 2013 16:05:02 +0000 (+0000) Subject: forgot to add a new entry in changes.h X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af249d99a52fea70a3f2838bc7c9889dc853ae9f;p=dealii-svn.git forgot to add a new entry in changes.h git-svn-id: https://svn.dealii.org/trunk@30887 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index cf9bc2661d..0752093e37 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. + New: Added write_visit_record that allows writing .visit files with multiple blocks + and multiple time steps. +
    + (Fahad Alrashed, 2013/09/21) +
  2. +
  3. Changed: GridTools::have_same_coarse_mesh was only instantiated for MGDoFHandler arguments in debug mode. This is now fixed.