From: bangerth Date: Fri, 27 Oct 2006 20:12:31 +0000 (+0000) Subject: Link to step-21 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721283bdbf923164a08705d58737f14c279a7958;p=dealii-svn.git Link to step-21 git-svn-id: https://svn.dealii.org/trunk@14105 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-20/doc/intro.dox b/deal.II/examples/step-20/doc/intro.dox index aa7b812e97..c596f84855 100644 --- a/deal.II/examples/step-20/doc/intro.dox +++ b/deal.II/examples/step-20/doc/intro.dox @@ -20,6 +20,11 @@ it, this introduction will cover the use of block matrices and vectors, the definition of solvers and preconditioners, and finally the actual test case we are going to solve. +We are going to extend this tutorial program in @ref step_21 "step-21" to +solve not only the mixed Laplace equation, but add another equation that +describes the transport of a mixture of two fluids. + +

Formulation, weak form, and discrete problem

In the form above, the Laplace equation is considered a good model equation diff --git a/deal.II/examples/step-20/doc/results.dox b/deal.II/examples/step-20/doc/results.dox index 1fd1afd403..e0f4f0334d 100644 --- a/deal.II/examples/step-20/doc/results.dox +++ b/deal.II/examples/step-20/doc/results.dox @@ -291,4 +291,4 @@ follows: @image html step-20.u-random.png @image html step-20.p-random.png -We will use these permeability fields again in step-21. +We will use these permeability fields again in @ref step_21 "step-21".