<ol>
+<li>
+New: step-43 is an extension of step-21 that shows efficient methods
+to solve multi-phase flow.
+<br>
+(Chih-Che Chueh, Wolfgang Bangerth, 2012/06/06)
+
<li>
New: step-15 has been replaced by a program that demonstrates the
solution of nonlinear problem (the minimal surface equation) using
<br>
(Sven Wetterauer, 2012/06/03)
-
<li>
New: step-48 demonstrates the solution of a nonlinear wave equation
with an explicit time stepping method. The usage of Gauss-Lobatto
<h3>Specific improvements</h3>
<li> New: The finite element type FE_DGQArbitraryNodes is now
-working also in codimension one spaces.
+working also in codimension one spaces.
<br>
(Luca Heltai, Andrea Mola 2012/06/06)
<a href="../doxygen/deal.II/changes_after_7_1.html">here.</a></p>
<dl>
+ <dt>
+ <strong>2012/06/06: step-43 — an efficient solver for
+ two-phase flow</strong>
+ </dt>
+ <dd>
+ The step-21 tutorial program was the first program in the
+ deal.II tutorial to demonstrate the solution of two-phase flow
+ problems, but it suffered from the fact that it was very
+ slow. step-43 demonstrates some of the techniques that can be
+ used to make solvers for such problems more efficient and
+ accurate.
+ </dd>
+
+
<dt>
<strong>2012/06/03: New step-15</strong>
</dt>