From: David Wells Date: Fri, 4 May 2018 14:12:49 +0000 (-0400) Subject: Redo sizes and alternate texts for step-10. X-Git-Tag: v9.0.0-rc1~19^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4300779c7a5571b9f37d5df09616d582445e1d54;p=dealii.git Redo sizes and alternate texts for step-10. This grids are way too large on any reasonably sized monitor; make them much smaller. --- diff --git a/examples/step-10/doc/results.dox b/examples/step-10/doc/results.dox index b6b000b572..208f274573 100644 --- a/examples/step-10/doc/results.dox +++ b/examples/step-10/doc/results.dox @@ -27,22 +27,38 @@ uniformly refined grid (right).
- + Five-cell discretization of the disk.
- + 20-cell discretization of the disk (i.e., five cells
+              refined once).
- + Five-cell discretization of the disk with quadratic edges. The
+              boundary is nearly indistinguishable from the actual circle.
- + 20-cell discretization with quadratic edges.
- + Five-cell discretization of the disk with cubic edges. The
+              boundary is nearly indistinguishable from the actual circle.
- + 20-cell discretization with cubic edges.
@@ -54,10 +70,16 @@ red line marks the actual circle:
- + Close-up of quadratic discretization. The distance between the
+         quadratic interpolant and the actual circle is small.
- + Close-up of cubic discretization. The distance between the
+         cubic interpolant and the actual circle is very small.