How does one go ahead to assign the time stamp whereby a system becomes stiff to a variable? I'm interested in doing a root search on the domain spanning from
t = 0 to t_f = time_stiff - ε.
In order for my code to run smoothly and not have to put in the t_f by hand, how might I have the machine output the t_f so that I might assign it to a variable that the code may continue to use.
I ask because I'm looking to run this programs thousands of times iteratively and would like to have it run overnight without any assistance.
