<h3>General</h3>
<ol>
- <li><p>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 <code>lib/bin/dealii_parameter_gui</code>.
- <br>
- (Martin Steigemann, 2010/12/20)
- </p></li>
-
<li><p>New: The new step-38 program shows how to discretize and solve
partial differential equations posed on curved manifolds embedded in
higher dimensional spaces.
(Andrea Bonito, M. Sebastian Pauletti, 2011/01/02)
</p></li>
+ <li><p>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 <code>lib/bin/dealii_parameter_gui</code>.
+ <br>
+ (Martin Steigemann, 2010/12/20)
+ </p></li>
+
<li><p>New: A significant number of classes, primarily in the
<code>base/</code> subdirectory, now provide the necessary member functions
for serialization through BOOST's serialization library.