From 2f766078d023063a0a6763828941b9c4d04c8981 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 21 Dec 2010 04:03:43 +0000 Subject: [PATCH] Mention parameter GUI. git-svn-id: https://svn.dealii.org/trunk@23046 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.5