From: bangerth Date: Thu, 1 Nov 2007 23:19:41 +0000 (+0000) Subject: Add a nicer graph using a more sophisticated visualization program. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d2129283606ae23bcd154af2ee259eb356e560;p=dealii-svn.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. diff --git a/deal.II/examples/step-12/doc/step-12.3d-solution.png b/deal.II/examples/step-12/doc/step-12.3d-solution.png new file mode 100644 index 0000000000..5520d74707 Binary files /dev/null and b/deal.II/examples/step-12/doc/step-12.3d-solution.png differ