]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update pictures and the text around it.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 May 2012 10:18:11 +0000 (10:18 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 May 2012 10:18:11 +0000 (10:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@25524 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-15/doc/results.dox
deal.II/examples/step-15/doc/step-15.grid.png
deal.II/examples/step-15/doc/step-15.solution-0.png
deal.II/examples/step-15/doc/step-15.solution-1.png
deal.II/examples/step-15/doc/step-15.solution-2.png
deal.II/examples/step-15/doc/step-15.solution-3.png
deal.II/examples/step-15/doc/step-15.solution-4.png
deal.II/examples/step-15/doc/step-15.solution-5.png
deal.II/examples/step-15/doc/step-15.solution-6.png
deal.II/examples/step-15/doc/step-15.solution-7.png

index 74b107e326073fff86287c8b3c21067ce6850061..730f329641caad04b39d498f0c27b7402e035b29 100644 (file)
@@ -38,74 +38,62 @@ mesh-refinement:9
 @endcode
 
 
-
-
-
-
-The last solution, as written by the program at the end of the
-<code>%run()</code> function, looks as follows:
-
-
-
-@image html step-6.solution.png
-
-
-
-After each refinement, the solution after the fifth Newton-
-iteration is shown in the following pictures. On the left 
-the solution is visualized, on the right side the solution
-with the mesh is shown:
-
+We can visualize the solution after each set of five Newton
+iterations, i.e., on each of the meshes on which we approximate the
+solution. This yields the following set of images:
 
 
 <TABLE WIDTH="100%">
 <tr>
 <td>
-  @image html step-6.grid-0.png
+  @image html step-15.solution-0.png
 </td>
 <td>
-  @image html step-6.grid-1.png
+  @image html step-15.solution-1.png
 </td>
 </tr>
 
 <tr>
 <td>
-  @image html step-6.grid-2.png
+  @image html step-15.solution-2.png
 </td>
 <td>
-  @image html step-6.grid-3.png
+  @image html step-15.solution-3.png
 </td>
 </tr>
 
 <tr>
 <td>
-  @image html step-6.grid-4.png
+  @image html step-15.solution-4.png
 </td>
 <td>
-  @image html step-6.grid-5.png
+  @image html step-15.solution-5.png
 </td>
 </tr>
 
 <tr>
 <td>
-  @image html step-6.grid-6.png
+  @image html step-15.solution-6.png
 </td>
 <td>
-  @image html step-6.grid-7.png
+  @image html step-15.solution-7.png
 </td>
 </tr>
 </table>
 
 It is clearly visible, that the solution minimizes the surface
-after each refinement. The solution converges to a picture one 
-would imagine a soapbubble inside a wire, which is bended like
-the boundary. Also it is visible, how the boundary 
+after each refinement. The solution converges to a picture one
+would imagine a soapbubble to be that is located inside a wire loop
+that is bent like
+the boundary. Also it is visible, how the boundary
 is smoothed out after each refinement. On the coarse mesh,
 the boundary doesn't look like a sine, whereas it does the
 finer the mesh gets.
 
 The mesh is mostly refined near the boundary, where the solution
-increases or decreases strongly, whereas it is coarsened on 
+increases or decreases strongly, whereas it is coarsened on
 the inside of the domain, where nothing interesting happens,
-because there isn't much change in the solution. 
+because there isn't much change in the solution. The final solution
+and mesh are shown here:
 
+@image html step-15.grid.png
index 7ce2d82c7ff229ac80e7f52897ed14380c57c86f..e7df8eff69f46320cd966ded2660bb6618c926d8 100644 (file)
Binary files a/deal.II/examples/step-15/doc/step-15.grid.png and b/deal.II/examples/step-15/doc/step-15.grid.png differ
index 09ad3598b3f5d667ad440aeac00b09f4133783cc..e259bbd5387579e6756e9a176f787cc41c521245 100644 (file)
Binary files a/deal.II/examples/step-15/doc/step-15.solution-0.png and b/deal.II/examples/step-15/doc/step-15.solution-0.png differ
index c331a9565c6962201b385bb265f13c7716a2626d..ed17392689d296593b00a3e549ea359ff91302c0 100644 (file)
Binary files a/deal.II/examples/step-15/doc/step-15.solution-1.png and b/deal.II/examples/step-15/doc/step-15.solution-1.png differ
index 6ed922dc6734dfd2780c56a4b9af1322011a5203..a5fd11cb3d9bf07e15e944e061ec789276fbdede 100644 (file)
Binary files a/deal.II/examples/step-15/doc/step-15.solution-2.png and b/deal.II/examples/step-15/doc/step-15.solution-2.png differ
index 94fb43d5d3afe341d1ebce4441d64ddcdbb1823d..9521a33150a4f323544d656a3d6173d2fb86da75 100644 (file)
Binary files a/deal.II/examples/step-15/doc/step-15.solution-3.png and b/deal.II/examples/step-15/doc/step-15.solution-3.png differ
index 46024e874e3de4c6f53c6fbe239c9c0405f96b21..4e0f37641eca14d752af3f63194976f8f539477a 100644 (file)
Binary files a/deal.II/examples/step-15/doc/step-15.solution-4.png and b/deal.II/examples/step-15/doc/step-15.solution-4.png differ
index 6e5e628e2a9c0083347a3f67ee68213d1cbd0ad2..20115537dd3dcd16ddf690492fdc7dae21a3f06c 100644 (file)
Binary files a/deal.II/examples/step-15/doc/step-15.solution-5.png and b/deal.II/examples/step-15/doc/step-15.solution-5.png differ
index 8247c2edf5c34c83a7524a891b757ef3042f6847..d2c858bfa61ab556263d6cccd7e8262abd43c78c 100644 (file)
Binary files a/deal.II/examples/step-15/doc/step-15.solution-6.png and b/deal.II/examples/step-15/doc/step-15.solution-6.png differ
index 84afff1b96bfc4a624411367a5e1c8d6831a036d..3a7a0f0f1c2fad3d878312c8888abf55e902960d 100644 (file)
Binary files a/deal.II/examples/step-15/doc/step-15.solution-7.png and b/deal.II/examples/step-15/doc/step-15.solution-7.png differ

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.