From: Wolfgang Bangerth Date: Thu, 1 Nov 2007 23:19:41 +0000 (+0000) Subject: Add a nicer graph using a more sophisticated visualization program. X-Git-Tag: v8.0.0~9667 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54982014c545f7901fc74071881a2a30414693d3;p=dealii.git Add a nicer graph using a more sophisticated visualization program. git-svn-id: https://svn.dealii.org/trunk@15429 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-12/doc/results.dox b/deal.II/examples/step-12/doc/results.dox index 2ca9f6b9d6..ecf8b2c67f 100644 --- a/deal.II/examples/step-12/doc/results.dox +++ b/deal.II/examples/step-12/doc/results.dox @@ -75,11 +75,14 @@ and after five adaptive refinement steps. @image html step-12.sol-5.png -Then we show the final grid (after 5 refinement steps). The -grid is largely concentrated in the vicinity of the jump of the -solution. +Then we show the final grid (after 5 refinement steps) and the solution again, +this time with a nicer 3d rendering (obtained using the DataOutBase::write_vtk +function and the VTK-based VisIt visualization program) that better shows the +sharpness of the jump on the refined mesh and the over- and undershoots of the +solution along the interface: @image html step-12.grid-5.png +@image html step-12.3d-solution.png And finally we show a plot of a 3d computation.