From: David Wells Date: Mon, 22 Oct 2018 17:50:39 +0000 (-0400) Subject: step-27: Update pictures and discussion. X-Git-Tag: v9.1.0-rc1~603^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d8a9a26a691a079fdd6c8635aa9add8a2967d6;p=dealii.git step-27: Update pictures and discussion. --- diff --git a/examples/step-27/doc/results.dox b/examples/step-27/doc/results.dox index 19f20e39bc..c4629af907 100644 --- a/examples/step-27/doc/results.dox +++ b/examples/step-27/doc/results.dox @@ -55,40 +55,88 @@ boundary conditions. Of maybe more interest is to look at the graphical output. First, here is the solution of the problem: - +Elevation plot of the solution, showing the lack of regularity near
+          the interior (reentrant) corners. Secondly, let us look at the sequence of meshes generated: - - - - - - - - - - - -
+
+
+ Triangulation containing reentrant corners without adaptive refinement. +
+
+ Triangulation containing reentrant corners with one level of
+         refinement. New cells are placed near the corners. +
+
+ Triangulation containing reentrant corners with two levels of
+         refinement. New cells are placed near the corners. +
+
+ Triangulation containing reentrant corners with three levels of
+         refinement. New cells are placed near the corners. +
+
+ Triangulation containing reentrant corners with four levels of
+         refinement. New cells are placed near the corners. +
+
+ Triangulation containing reentrant corners with five levels of
+         refinement. New cells are placed near the corners. +
+
It is clearly visible how the mesh is refined near the corner singularities, as one would expect it. More interestingly, we should be curious to see the -distribution of finite element polynomial degrees to these mesh cells: - - - - - - - - - - - - - -
+distribution of finite element polynomial degrees to these mesh cells, where +grey corresponds to degree two and pink corresponds to degree seven: + +
+
+ Initial grid where all cells contain just biquadratic functions. +
+
+ Depiction of local approximation degrees after one refinement. +
+
+ Depiction of local approximation degrees after two refinements. +
+
+ Depiction of local approximation degrees after three refinements. +
+
+ Depiction of local approximation degrees after four refinements. +
+
+ Depiction of local approximation degrees after five refinements. +
+
While this is certainly not a perfect arrangement, it does make some sense: we use low order elements close to boundaries and corners where regularity is @@ -98,26 +146,48 @@ singularities and in the top right corner where the solution is large, and (ii) where the solution is smooth, i.e. far away from the boundary. This arrangement of polynomial degrees of course follows from our smoothness -estimator. Here is the estimated smoothness of the solution, with blue colors -indicating least smoothness and red indicating the smoothest areas: - - - - - - - - - - - - - -
- -The first conclusion one can draw from these images is that apparently the -estimated smoothness is a fairly stable quantity under mesh refinement: what -we get on the coarsest mesh is pretty close to what we get on the finest mesh. +estimator. Here is the estimated smoothness of the solution, with darker colors +indicating least smoothness and lighter indicating the smoothest areas: + +
+
+ Estimated regularity per cell on the initial grid. +
+
+ Depiction of the estimated regularity per cell after one refinement. +
+
+ Depiction of the estimated regularity per cell after two refinements. +
+
+ Depiction of the estimated regularity per cell after three refinements. +
+
+ Depiction of the estimated regularity per cell after four refinements. +
+
+ Depiction of the estimated regularity per cell after five refinements. +
+
+ +The primary conclusion one can draw from this is that the loss of regularity at +the internal corners is a highly localized phenomenon; it only seems to impact +the cells adjacent to the corner itself, so when we refine the mesh the black +coloring is no longer visible. Besides the corners, this sequence of plots +implies that the smoothness estimates are somewhat independent of the mesh +refinement, particularly when we are far away from boundaries. It is also obvious that the smoothness estimates are independent of the actual size of the solution (see the picture of the solution above), as it should be. A point of larger concern, however, is that one realizes on closer inspection