From 78f9c3fabaaabdb381b6b3c5dd2ddf2ac63755ec Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 7 Oct 2009 16:20:54 +0000 Subject: [PATCH] Remove old images. Fix a couple of markup problems and linking issues. git-svn-id: https://svn.dealii.org/trunk@19752 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-35/doc/intro.dox | 2 +- deal.II/examples/step-35/doc/results.dox | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/examples/step-35/doc/intro.dox b/deal.II/examples/step-35/doc/intro.dox index 35559d14db..8161f74b44 100644 --- a/deal.II/examples/step-35/doc/intro.dox +++ b/deal.II/examples/step-35/doc/intro.dox @@ -218,7 +218,7 @@ vector-valued functions (e.g. divergences) becomes a little awkward, and others. The testcase that we use for this program consists of the flow around a square obstacle. The geometry is as follows: -@image html geometry.png +@image html step-35.geometry.png with $H=4.1$, making the geometry slightly non-symmetric. diff --git a/deal.II/examples/step-35/doc/results.dox b/deal.II/examples/step-35/doc/results.dox index 03f30d81e9..5fcd80a3aa 100644 --- a/deal.II/examples/step-35/doc/results.dox +++ b/deal.II/examples/step-35/doc/results.dox @@ -2,7 +2,7 @@

Results

-

Re = 100

+

Re = 100

We run the code with the following parameter-file.prm, which can be found in the same directory as the source: @@ -90,11 +90,11 @@ whether this is a left or right turning vortex. -

Re = 500

+

Re = 500

We can change the Reynolds number, $Re$, in the parameter file to a value of $500$. Doing so, and reducing the time step somewhat as well, -yields the following images at times $t=20,40: +yields the following images at times $t=20,40$: @@ -128,7 +128,7 @@ parameter file confirms that results look much more sensible now. -

Possible Extensions

+

Possible Extensions

This program can be extended in the following directions: