From: Wolfgang Bangerth Date: Tue, 21 Dec 2010 04:03:43 +0000 (+0000) Subject: Mention parameter GUI. X-Git-Tag: v8.0.0~4613 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=121e7a5c128ad5754fecc2fbc46b05d85adef6c1;p=dealii.git Mention parameter GUI. git-svn-id: https://svn.dealii.org/trunk@23046 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index b7427d80f8..82aaa7f170 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -94,6 +94,13 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

General

    +
  1. New: deal.II now has a Qt based graphical user interface to edit + input parameter files. The executable is located in + contrib/parameter_gui. +
    + (Martin Steigemann, 2010/12/20) +

  2. +
  3. New: A significant number of classes, primarily in the base/ subdirectory, now provide the necessary member functions for serialization through BOOST's serialization library.