]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
output added
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 11 Mar 2010 18:58:16 +0000 (18:58 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 11 Mar 2010 18:58:16 +0000 (18:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@20799 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-38/doc/results.dox
deal.II/examples/step-38/doc/step-12.3d-solution.png [new file with mode: 0644]
deal.II/examples/step-38/doc/step-12.grid-5.png [new file with mode: 0644]
deal.II/examples/step-38/doc/step-12.sol-0.png [new file with mode: 0644]
deal.II/examples/step-38/doc/step-12.sol-2.png [new file with mode: 0644]
deal.II/examples/step-38/doc/step-12.sol-5-3d.png [new file with mode: 0644]
deal.II/examples/step-38/doc/step-12.sol-5.png [new file with mode: 0644]

index a79c9a63f464305f450510dd70cf84e21f967593..738f56ecd34dab4b42562f45b8a1cf4247e8eb40 100644 (file)
@@ -1,3 +1,72 @@
 <h1>Results</h1>
 
 
+The output of this program consist of the console output, the eps
+files including the grids, and the solutions given in gnuplot format.
+@code
+DEAL::Cycle 0
+DEAL::Number of active cells:       64
+DEAL::Number of degrees of freedom: 256
+DEAL:Richardson::Starting value 0.176777
+DEAL:Richardson::Convergence step 4 value 3.33123e-17
+DEAL::Writing grid to <grid-0.eps>
+DEAL::Writing solution to <sol-0.gnuplot>
+DEAL::Cycle 1
+DEAL::Number of active cells:       112
+DEAL::Number of degrees of freedom: 448
+DEAL:Richardson::Starting value 0.153093
+DEAL:Richardson::Convergence step 9 value 3.74479e-17
+DEAL::Writing grid to <grid-1.eps>
+DEAL::Writing solution to <sol-1.gnuplot>
+DEAL::Cycle 2
+DEAL::Number of active cells:       214
+DEAL::Number of degrees of freedom: 856
+DEAL:Richardson::Starting value 0.149870
+DEAL:Richardson::Convergence step 16 value 1.41017e-14
+DEAL::Writing grid to <grid-2.eps>
+DEAL::Writing solution to <sol-2.gnuplot>
+DEAL::Cycle 3
+DEAL::Number of active cells:       415
+DEAL::Number of degrees of freedom: 1660
+DEAL:Richardson::Starting value 0.149053
+DEAL:Richardson::Convergence step 26 value 4.92424e-15
+DEAL::Writing grid to <grid-3.eps>
+DEAL::Writing solution to <sol-3.gnuplot>
+DEAL::Cycle 4
+DEAL::Number of active cells:       796
+DEAL::Number of degrees of freedom: 3184
+DEAL:Richardson::Starting value 0.148848
+DEAL:Richardson::Convergence step 44 value 5.80787e-14
+DEAL::Writing grid to <grid-4.eps>
+DEAL::Writing solution to <sol-4.gnuplot>
+DEAL::Cycle 5
+DEAL::Number of active cells:       1561
+DEAL::Number of degrees of freedom: 6244
+DEAL:Richardson::Starting value 0.131369
+DEAL:Richardson::Convergence step 81 value 2.39812e-13
+DEAL::Writing grid to <grid-5.eps>
+DEAL::Writing solution to <sol-5.gnuplot>
+@endcode
+
+We show the solutions on the initial mesh, the mesh after two
+and after five adaptive refinement steps.
+
+@image html step-12.sol-0.png
+@image html step-12.sol-2.png
+@image html step-12.sol-5.png
+
+
+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.
+
+@image html step-12.sol-5-3d.png
+
diff --git a/deal.II/examples/step-38/doc/step-12.3d-solution.png b/deal.II/examples/step-38/doc/step-12.3d-solution.png
new file mode 100644 (file)
index 0000000..5520d74
Binary files /dev/null and b/deal.II/examples/step-38/doc/step-12.3d-solution.png differ
diff --git a/deal.II/examples/step-38/doc/step-12.grid-5.png b/deal.II/examples/step-38/doc/step-12.grid-5.png
new file mode 100644 (file)
index 0000000..a2383b9
Binary files /dev/null and b/deal.II/examples/step-38/doc/step-12.grid-5.png differ
diff --git a/deal.II/examples/step-38/doc/step-12.sol-0.png b/deal.II/examples/step-38/doc/step-12.sol-0.png
new file mode 100644 (file)
index 0000000..16ae3fb
Binary files /dev/null and b/deal.II/examples/step-38/doc/step-12.sol-0.png differ
diff --git a/deal.II/examples/step-38/doc/step-12.sol-2.png b/deal.II/examples/step-38/doc/step-12.sol-2.png
new file mode 100644 (file)
index 0000000..081f3af
Binary files /dev/null and b/deal.II/examples/step-38/doc/step-12.sol-2.png differ
diff --git a/deal.II/examples/step-38/doc/step-12.sol-5-3d.png b/deal.II/examples/step-38/doc/step-12.sol-5-3d.png
new file mode 100644 (file)
index 0000000..6f80120
Binary files /dev/null and b/deal.II/examples/step-38/doc/step-12.sol-5-3d.png differ
diff --git a/deal.II/examples/step-38/doc/step-12.sol-5.png b/deal.II/examples/step-38/doc/step-12.sol-5.png
new file mode 100644 (file)
index 0000000..d9cfd87
Binary files /dev/null and b/deal.II/examples/step-38/doc/step-12.sol-5.png differ

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.