]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update output. 13271/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 20 Jan 2022 03:19:55 +0000 (20:19 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 20 Jan 2022 22:12:42 +0000 (15:12 -0700)
examples/step-3/doc/results.dox

index ae8b6c9862a615a267a2e67a63ee97681c5fb2aa..f03e517bd8f02bb7fd7a8fd3eab6fa079f151436 100644 (file)
@@ -5,18 +5,21 @@ The output of the program looks as follows:
 Number of active cells: 1024
 Number of degrees of freedom: 1089
 DEAL:cg::Starting value 0.121094
-DEAL:cg::Convergence step 48 value 5.33692e-13
+DEAL:cg::Convergence step 36 value 7.07761e-08
 @endcode
 
-The first two lines is what we wrote to <code>cout</code>. The last
-two lines were generated without our intervention by the CG
-solver. The first two lines state the residual at the start of the
-iteration, while the last line tells us that the solver needed 47
-iterations to bring the norm of the residual to 5.3e-13, i.e. below
-the threshold 1e-12 which we have set in the `solve' function. We will
-show in the next program how to suppress this output, which is
-sometimes useful for debugging purposes, but often clutters up the
-screen display.
+The first two lines is what we wrote to <code>std::cout</code>. The last
+two lines were generated by the CG solver because we called
+`deallog.depth_console(2);` in the `main()` function -- see
+the lengthy discussion there. These two lines prefixed by `DEAL:cg:` state
+the residual at the start of the
+iteration and that the solver needed 36
+iterations to bring the norm of the residual to $7.08\cdot 10^{-8}$, i.e. below
+the threshold $\tau$ which we have set in the `solve()` function.
+Note that we have asked the residual to be less than $10^{-6}$ times the
+norm of the right hand side vector; the starting value is (here) this
+norm of the right hand side vector, and there is indeed more than a
+factor of $10^{-6}$ between the two values shown.
 
 Apart from the output shown above, the program generated the file
 <code>solution.vtk</code>, which is in the VTK format that is widely

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.