From: Krishnakumar Gopalakrishnan Date: Tue, 27 Aug 2019 16:41:36 +0000 (+0100) Subject: corrects the no. of output lines in description of results X-Git-Tag: v9.2.0-rc1~1116^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8655%2Fhead;p=dealii.git corrects the no. of output lines in description of results --- diff --git a/doc/news/changes/minor/20190827Gopalakrishnan-2 b/doc/news/changes/minor/20190827Gopalakrishnan-2 new file mode 100644 index 0000000000..ee944f6ced --- /dev/null +++ b/doc/news/changes/minor/20190827Gopalakrishnan-2 @@ -0,0 +1,4 @@ +Changed: No of lines reported in step-3 documentation results section is corrected to two +
+(Krishnakumar Gopalakrishnan, 2019/08/27) + diff --git a/examples/step-3/doc/results.dox b/examples/step-3/doc/results.dox index 394f50335d..4741e569f3 100644 --- a/examples/step-3/doc/results.dox +++ b/examples/step-3/doc/results.dox @@ -8,7 +8,7 @@ DEAL:cg::Starting value 0.121094 DEAL:cg::Convergence step 48 value 5.33692e-13 @endcode -The first three lines is what we wrote to cout. The last +The first two lines is what we wrote to cout. 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