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-Tag: v8.1.0~753 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df13ba4190dafb4d5e659751d08789c03094ae7;p=dealii.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.