]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Output of starting residual
authorcvs <cvs@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Oct 1999 22:14:27 +0000 (22:14 +0000)
committercvs <cvs@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Oct 1999 22:14:27 +0000 (22:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@1780 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/solver_control.cc

index 85fa0e5b349b19897cf31b8991a3e2a1078af772..1ef8150cba9d1106db151fbdc7849aba096b1851 100644 (file)
@@ -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)

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.