From: David Wells Date: Sat, 28 Apr 2018 21:39:29 +0000 (-0400) Subject: Update images in step-6. X-Git-Tag: v9.0.0-rc1~53^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ded5fe91367144b4629cb6e8a197905cf3339372;p=dealii.git Update images in step-6. --- diff --git a/examples/step-6/doc/results.dox b/examples/step-6/doc/results.dox index 5338b1542c..7c75a7540c 100644 --- a/examples/step-6/doc/results.dox +++ b/examples/step-6/doc/results.dox @@ -55,46 +55,53 @@ The final solution, as written by the program at the end of the In each cycle, the program furthermore writes the grid in EPS format. These are shown in the following: - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- - - -
- - - -
- - - -
- +
+
+ Initial grid: the five-cell circle grid with one global refinement. +
+
+ First grid: the five-cell circle grid with two global refinements. +
+
+ Second grid: the five-cell circle grid with one adaptive refinement. +
+
+ Third grid: the five-cell circle grid with two adaptive
+         refinements, showing clustering around the inner circle. +
+
+ Fourth grid: the five-cell circle grid with three adaptive
+         refinements, showing clustering around the inner circle. +
+
+ Fifth grid: the five-cell circle grid with four adaptive
+         refinements, showing clustering around the inner circle. +
+
+ Sixth grid: the five-cell circle grid with five adaptive
+         refinements, showing clustering around the inner circle. +
+
+ Last grid: the five-cell circle grid with six adaptive
+         refinements, showing that most cells are clustered around the inner circle. +
+
It is clearly visible that the region where the solution has a kink, @@ -316,7 +323,14 @@ center of the mesh only fails for the central square of the mesh): After a few global refinement steps, this would lead to a mesh of the following kind: - + +
+
+ Grid where some central cells are nearly triangular. +
+
This is not a good mesh: the central cell has been refined in such a way that the children located in the four corners of the original central cell @@ -411,44 +425,41 @@ originally developed by Konstantin Ladutenko. We will use the following code: This code then generates the following, much better sequence of meshes: - - - - - - - - - - - - - - - - - - - - -
- - - -
- - - -
- - - -
- - - -
- +
+
+ Initial grid: the Ladutenko grid with one global refinement. +
+
+ First adaptively refined Ladutenko grid. +
+
+ Second adaptively refined Ladutenko grid. +
+
+ Third adaptively refined Ladutenko grid. +
+
+ Fourth adaptively refined Ladutenko grid. The cells are clustered
+         along the inner circle. +
+
+ Fifth adaptively refined Ladutenko grid: the cells are clustered
+         along the inner circle. +
+
+ Creating good meshes, and in particular making them fit the geometry you want, is a complex topic in itself. You can find much more on this in step-49, step-53, and step-54, among other tutorial programs that cover