From: bangerth New: @ref step_33 "step-33", written mainly by David Neckels,
+ illustrates how the Euler equations of compressible inviscid gas
+ dynamics can be solved. More generally, the program also provides
+ a framework for the solution of arbitrary hyperbolic, nonlinear
+ conservation laws.
+ New: @ref step_22 "step-22", written by Martin Kronbichler and Wolfgang
+ Bangerth, shows how to solve, and in particular how to solve
+ efficiently, the Stokes equations that describe viscous
+ incompressible fluid flow.
+ Improved: @ref step_16 "step-16" has been updated to show the
-use of Multigrid with Dirichlet boundary conditions.
-General
+
+ (WB, 2008/05/23)
+
+ (WB, 2008/03/28)
+
-(GK, 2007/05/13)
-
+ (GK, 2007/05/13)
+
New: @ref step_29 "step-29" demonstrates how problems involving complex numbers can be implemented by viewing real and imaginary parts @@ -125,7 +141,7 @@ use of Multigrid with Dirichlet boundary conditions. (Moritz Allmaras, 2007/10/31)
-New: A significantly simpler way to code the assembly of linear +
New: A significantly simpler way to code the assembly of linear systems for problems with more than one solution variable has been implemented. This is explained in detail in the report on @ref vector_valued and tutorial programs @ref step_20 "step-20" and @ref step_21 "step-21" @@ -233,7 +249,8 @@ an integer id of the current thread. only the VTK reader in DataOutBase::write_vtk as well as the deal.II intermediate format writer make use of it.
- The use of this ability is explained in the @ref step_22 "step-22" tutorial program.
+ The use of this ability is explained in the @ref step_22 "step-22" and
+ @ref step_33 "step-33" tutorial programs.
(WB 2007/10/11)