From 77d604e198f8e9a88daaae57439de2e3d51e1e9e Mon Sep 17 00:00:00 2001 From: cvs Date: Mon, 18 Oct 1999 22:14:27 +0000 Subject: [PATCH] Output of starting residual git-svn-id: https://svn.dealii.org/trunk@1780 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/solver_control.cc | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- 2.39.5