From: bangerth
Date: Fri, 14 Nov 2008 19:19:01 +0000 (+0000)
Subject: List step-31.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5be0b66141d21ff8526bbca32bcb5a2e5b1550f;p=dealii-svn.git
List step-31.
git-svn-id: https://svn.dealii.org/trunk@17593 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/doxygen/tutorial/navbar.html b/deal.II/doc/doxygen/tutorial/navbar.html
index 9b9c0f7c98..8ed3584d21 100644
--- a/deal.II/doc/doxygen/tutorial/navbar.html
+++ b/deal.II/doc/doxygen/tutorial/navbar.html
@@ -59,6 +59,7 @@
28
29
30
+ 31
33
diff --git a/deal.II/doc/doxygen/tutorial/toc.html b/deal.II/doc/doxygen/tutorial/toc.html
index 47da78b60b..9b893f03be 100644
--- a/deal.II/doc/doxygen/tutorial/toc.html
+++ b/deal.II/doc/doxygen/tutorial/toc.html
@@ -250,6 +250,12 @@ searching for programs with a certain functionality.
Anisotropic refinement for DG finite element methods.
|
+ Step-31 |
+ Time-dependent Stokes flow driven by temperature
+ differences in a fluid. Adaptive meshes that change between time
+ steps.
+ |
+
Step-33 |
A nonlinear hyperbolic conservation law: The Euler equations of
@@ -328,7 +334,8 @@ by topic:
| |
Step-20,
Step-21,
- Step-22 |
+ Step-22,
+ Step-31
Block solvers and preconditioners
|
@@ -342,6 +349,14 @@ by topic:
+
+ |
+ Step-31,
+ Step-33 |
+ Using Trilinos
+ |
+
+
|
Step-19,
@@ -373,6 +388,7 @@ by topic:
| |
Step-15,
Step-28,
+ Step-31,
Step-33 |
Transfering solutions across mesh refinement
|
@@ -439,7 +455,8 @@ by topic:
|
- Step-16 |
+ Step-16,
+ Step-31 |
Multilevel preconditioners
|
@@ -456,14 +473,15 @@ by topic:
|
Step-20,
Step-21,
- Step-22 |
+ Step-22,
+ Step-31
Block and Schur complement solvers
|
|
- Step-33 |
+ Step-33 |
Linear Newton systems from nonlinear equations
|
@@ -495,7 +513,9 @@ by topic:
|
- Step-9 |
+ Step-9,
+ Step-21,
+ Step-31 |
Transport (advection) equations
|
@@ -523,7 +543,8 @@ by topic:
|
- Step-22 |
+ Step-22,
+ Step-31 |
Incompressible Stokes flow
|
@@ -570,7 +591,8 @@ by topic:
|
- Step-22 |
+ Step-22,
+ Step-31 |
Incompressible Stokes flow
|
@@ -614,6 +636,13 @@ by topic:
+
+ |
+ Step-31 |
+ Time dependent Stokes flow driven by buoyancy
+ |
+
+
|
Step-33 |
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index 46de065879..b0a813ec1a 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -142,6 +142,17 @@ inconvenience this causes.
General
+ -
+
+ New: A new tutorial program, @ref step_31 "step-31", is contributed by
+ Martin Kronbichler and Wolfgang Bangerth and shows the
+ solution of the Boussinesq approximation to thermally driven
+ convection in an incompressible fluid.
+
+ (Martin Kronbichler 2008/11/14)
+
+
+
-
Updated: In the @ref step_22 "step-22" tutorial program the generation of
@@ -149,10 +160,10 @@ inconvenience this causes.
been replaced by a pattern of the class BlockCompressedSimpleSparsityPattern,
which uses far less memory and is slightly faster.
- (Martin Kronbichler 2008/11/12)
+ (Martin Kronbichler, WB 2008/11/12)
-
+
-
New: The shared libraries we create are now versioned, i.e. they have
@@ -184,6 +195,18 @@ inconvenience this causes.
+ -
+
+ New: A new tutorial program, @ref step_28 "step-28", is contributed by
+ Yaqi Wang. It illustrates the solution
+ of a coupled system of diffusion equations relevant to
+ nuclear reactor physics where we use different meshes for
+ different components of a vector-valued solution.
+
+ (Yaqi Wang 2008/09/10)
+
+
+
-
Fixed: In the new @ref step_33 "step-33" tutorial program there was
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html
index cd23a8d030..f81868dab3 100644
--- a/deal.II/doc/news/news.html
+++ b/deal.II/doc/news/news.html
@@ -32,6 +32,17 @@
here.
+ -
+ 2008/11/14: New tutorial program step-31
+
+ -
+ The latest tutorial program, step-31, is contributed by
+ Martin Kronbichler and Wolfgang Bangerth and shows the
+ solution of the Boussinesq approximation to thermally driven
+ convection in an incompressible fluid.
+
+
+
-
2008/09/10: New tutorial program step-28