Hello everyone. I am numerically integrating a set of differential equations and one of my solutions has a singularity. This is not a problem since I expected it. Clearly when I try, for example, to plot the function at a certain point I receive the following message of error:
NDSolve::ndsz: At \[Tau] == -0.42988916950595621925, step size is effectively zero; singularity or stiff system suspected. >>
Since in my case the value at which this singularity happens is quite important I was wondering if there is any way to access the number reported in the error. Some NDSolve global variable or something like maybe.
Thanks a lot!