We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415b81f commit 1da657fCopy full SHA for 1da657f
resolve/LinSolverIterativeFGMRES.cpp
@@ -141,6 +141,7 @@ namespace ReSolve
141
initial_residual_norm_ = rnorm;
142
while (outer_flag)
143
{
144
+ std::cout <<"Convergence condition: " << conv_cond_ << std::endl;
145
// if (rnorm / bnorm <= ReSolve::constants::MACHINE_EPSILON) // addressed comment to check if residual is small enough
146
// {
147
// io::Logger::misc() << "Early exit, relative norm of residual "
0 commit comments