From: Wolfgang Bangerth Date: Tue, 11 Feb 2020 02:57:26 +0000 (-0700) Subject: Minor edit to step-6's results section. X-Git-Tag: v9.2.0-rc1~539^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9507%2Fhead;p=dealii.git Minor edit to step-6's results section. --- diff --git a/examples/step-6/doc/results.dox b/examples/step-6/doc/results.dox index bd73eb4df2..3ab990aaaa 100644 --- a/examples/step-6/doc/results.dox +++ b/examples/step-6/doc/results.dox @@ -247,8 +247,10 @@ the Triangulation what to do when a cell is refined: where should the new vertices at the edge midpoints and the cell midpoint be located so that the child cells better represent the desired geometry than the parent cell. -To visualize this output, we have to output more lines on interior line -segments as well as boundary line segments so that the interior lines look +To visualize what the triangulation actually knows about the geometry, +it is not enough to just output the location of vertices and draw a +straight line for each edge; instead, we have to output both interior +and boundary lines as multiple segments so that they look curved. We can do this by making one change to the gnuplot part of output_results: @code