Feature SS-223
1 vote

Nonlinear Solvers: Return summary if convergence failed

Created by Martin Kraska on 9/25/2014 1:13 PM Last Updated by Davide on 9/8/2015 12:55 AM
%
 (hrs)
Logged: 0   (hrs)

 Description

Currently, at least the function NewtonRaphson() returns an error if convergence fails within given amount of iterations.

For demonstration purposes, one would like still to display the summary.

I'd propose to throw the error message if no summary is requested and suppress the error message otherwise, because people requesting the summary normally should know what they are doing.

    Davide (Tuesday, September 8, 2015 12:55 AM) #

Agreed... I'll implement a better handling of error messages.