From b078831e8b47f41587f4a4ebd346fc5d2112946c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 Feb 2020 19:57:26 -0700 Subject: [PATCH] Minor edit to step-6's results section. --- examples/step-6/doc/results.dox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5