From: cvs Date: Mon, 18 Oct 1999 22:14:27 +0000 (+0000) Subject: Output of starting residual X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d604e198f8e9a88daaae57439de2e3d51e1e9e;p=dealii-svn.git Output of starting residual git-svn-id: https://svn.dealii.org/trunk@1780 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/solver_control.cc b/deal.II/lac/source/solver_control.cc index 85fa0e5b34..1ef8150cba 100644 --- a/deal.II/lac/source/solver_control.cc +++ b/deal.II/lac/source/solver_control.cc @@ -34,6 +34,13 @@ SolverControl::check (const unsigned int step, lstep = step; lvalue = check_value; + + if ((step==0) && log_result) + { + deallog << "Starting value " << check_value << endl; + } + + if (step>=maxsteps) { if (log_result)