dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15987
Re: newton converged flag
Andy Ray Terrel wrote:
Since you guys are releasing soon, could you add a flag in the newton
solver that says if it actually converged.
We have this in the code:
if (newton_converged)
info("Newton solver finished in %d iterations and %d linear solver
iterations.",
newton_iteration, krylov_iterations);
else
warning("Newton solver did not converge.");
Perhaps you turned off logging to suppress the assembler messages?
Garth
Right now the only thing I
can do is check to see if it took the max iters but you know that last
iter might have actually converged.
-- Andy
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev
Follow ups
References