From: Wolfgang Bangerth Date: Mon, 3 Jan 2011 07:05:02 +0000 (+0000) Subject: Order correctly. X-Git-Tag: v8.0.0~4546 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6c4130758a414f7871dded90ec8e24f65122bb;p=dealii.git Order correctly. git-svn-id: https://svn.dealii.org/trunk@23113 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 0e27905a2d..c5498204cc 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -94,13 +94,6 @@ 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 for the ParameterHandler class. The executable is - located in lib/bin/dealii_parameter_gui. -
    - (Martin Steigemann, 2010/12/20) -

  2. -
  3. New: The new step-38 program shows how to discretize and solve partial differential equations posed on curved manifolds embedded in higher dimensional spaces. @@ -108,6 +101,13 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively. (Andrea Bonito, M. Sebastian Pauletti, 2011/01/02)

  4. +
  5. New: deal.II now has a Qt based graphical user interface to edit + input parameter files for the ParameterHandler class. The executable is + located in lib/bin/dealii_parameter_gui. +
    + (Martin Steigemann, 2010/12/20) +

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