From: guido Date: Wed, 26 Jun 2002 09:23:50 +0000 (+0000) Subject: TODO updated X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeca99b3a428c3cd908881f73ce4cdf2189fbfa3;p=dealii-svn.git TODO updated git-svn-id: https://svn.dealii.org/trunk@6188 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_gmres.h b/deal.II/lac/include/lac/solver_gmres.h index ed7ffeac6e..0761c891fe 100644 --- a/deal.II/lac/include/lac/solver_gmres.h +++ b/deal.II/lac/include/lac/solver_gmres.h @@ -347,8 +347,8 @@ SolverGMRES::solve (const MATRIX &A, // as expected... //TODO:[?] Check, why there are two different start residuals. -//TODO:[?] Allocate vectors only when needed. - +//TODO:[GK] Make sure the parameter in the constructor means maximum basis size + deallog.push("GMRES"); const unsigned int n_tmp_vectors = additional_data.max_n_tmp_vectors;