From: David Wells Date: Sun, 14 Feb 2016 14:40:34 +0000 (-0500) Subject: Update the step-20 results. X-Git-Tag: v8.5.0-rc1~1306^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2195%2Fhead;p=dealii.git Update the step-20 results. They no longer mention the Makefile. --- diff --git a/examples/step-20/doc/results.dox b/examples/step-20/doc/results.dox index 1dcd7b176f..3566e5ea0e 100644 --- a/examples/step-20/doc/results.dox +++ b/examples/step-20/doc/results.dox @@ -9,18 +9,18 @@ freedom since we use piecewise constants, and 144 velocities because the Raviart-Thomas element defines one degree per freedom per face and there are 72 faces parallel to the $x$-axis and the same number parallel to the $y$-axis): -@code -examples/\step-20> make run -============================ Remaking Makefile.dep -==============debug========= \step-20.cc -============================ Linking \step-20 -============================ Running \step-20 +@verbatim +\$ make run +[ 66%] Built target \step-20 +Scanning dependencies of target run +[100%] Run \step-20 with Release configuration Number of active cells: 64 Total number of cells: 85 Number of degrees of freedom: 208 (144+64) 15 CG Schur complement iterations to obtain convergence. Errors: ||e_p||_L2 = 0.178055, ||e_u||_L2 = 0.0433435 -@endcode +[100%] Built target run +@endverbatim The fact that the number of iterations is so small, of course, is due to good (but expensive!) preconditioner we have developed. To get confidence in the