From eeca99b3a428c3cd908881f73ce4cdf2189fbfa3 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 26 Jun 2002 09:23:50 +0000 Subject: [PATCH] TODO updated git-svn-id: https://svn.dealii.org/trunk@6188 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_gmres.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5