From: bangerth Date: Wed, 7 Oct 2009 16:20:54 +0000 (+0000) Subject: Remove old images. Fix a couple of markup problems and linking issues. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ffba5a894844cda5f763d0ed721b94ddd83e8b6;p=dealii-svn.git 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 --- diff --git a/deal.II/examples/step-35/doc/Re100t0.png b/deal.II/examples/step-35/doc/Re100t0.png deleted file mode 100644 index 6ed2d7aa07..0000000000 Binary files a/deal.II/examples/step-35/doc/Re100t0.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re100t1.png b/deal.II/examples/step-35/doc/Re100t1.png deleted file mode 100644 index f94d4bca7c..0000000000 Binary files a/deal.II/examples/step-35/doc/Re100t1.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re100t10.png b/deal.II/examples/step-35/doc/Re100t10.png deleted file mode 100644 index 4f1db97bb7..0000000000 Binary files a/deal.II/examples/step-35/doc/Re100t10.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re100t3.png b/deal.II/examples/step-35/doc/Re100t3.png deleted file mode 100644 index 13f089b539..0000000000 Binary files a/deal.II/examples/step-35/doc/Re100t3.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re100t5.png b/deal.II/examples/step-35/doc/Re100t5.png deleted file mode 100644 index aac3aab080..0000000000 Binary files a/deal.II/examples/step-35/doc/Re100t5.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re100t8.png b/deal.II/examples/step-35/doc/Re100t8.png deleted file mode 100644 index 787067b3e8..0000000000 Binary files a/deal.II/examples/step-35/doc/Re100t8.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re500t0.png b/deal.II/examples/step-35/doc/Re500t0.png deleted file mode 100644 index 0cd1222aff..0000000000 Binary files a/deal.II/examples/step-35/doc/Re500t0.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re500t1.png b/deal.II/examples/step-35/doc/Re500t1.png deleted file mode 100644 index 40b3135e44..0000000000 Binary files a/deal.II/examples/step-35/doc/Re500t1.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re500t10.png b/deal.II/examples/step-35/doc/Re500t10.png deleted file mode 100644 index 01bca0b335..0000000000 Binary files a/deal.II/examples/step-35/doc/Re500t10.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re500t3.png b/deal.II/examples/step-35/doc/Re500t3.png deleted file mode 100644 index 66fb2d760b..0000000000 Binary files a/deal.II/examples/step-35/doc/Re500t3.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re500t5.png b/deal.II/examples/step-35/doc/Re500t5.png deleted file mode 100644 index b96edc36b9..0000000000 Binary files a/deal.II/examples/step-35/doc/Re500t5.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/Re500t8.png b/deal.II/examples/step-35/doc/Re500t8.png deleted file mode 100644 index d91b1031fe..0000000000 Binary files a/deal.II/examples/step-35/doc/Re500t8.png and /dev/null differ diff --git a/deal.II/examples/step-35/doc/geometry.png b/deal.II/examples/step-35/doc/geometry.png deleted file mode 100644 index 4d8cae94c2..0000000000 Binary files a/deal.II/examples/step-35/doc/geometry.png and /dev/null differ 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: