]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add using of deallog
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 Apr 1999 12:13:50 +0000 (12:13 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 Apr 1999 12:13:50 +0000 (12:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@1139 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_gmres.h

index c5a7ad833d534c31b19e42e332685461831142a0..77c2f608b9620b74e2f64a3aa60fa3e5320eb811 100644 (file)
@@ -144,6 +144,7 @@ SolverGMRES<Matrix,Vector>::solve (const Matrix& A,
                                   // but whoever wrote this code in the first
                                   // place should get stoned, IMHO! (WB)
 
+  deallog.push("GMRES");
                                   // allocate an array of n_tmp_vectors
                                   // temporary vectors from the VectorMemory
                                   // object; resize them but do not set their
@@ -310,6 +311,7 @@ SolverGMRES<Matrix,Vector>::solve (const Matrix& A,
   for (unsigned int tmp=0; tmp<n_tmp_vectors; ++tmp)
     memory.free (tmp_vectors[tmp]);
 
+  deallog.pop();
   if (iteration_state)
     return success;
   else

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.