What does return value of Analyze Command represent mathematically exactly?

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
MikeITExpert
Posts: 24
Joined: Sat Aug 21, 2021 9:19 pm

What does return value of Analyze Command represent mathematically exactly?

Post by MikeITExpert »

I am just curious what return value of Analyze Command represents mathematically exactly?

Does it mean that there is definitely no solution for the input system of equations given the convergence tolerance?

or

It means that there might be some, but OpenSees couldn't find any?

Please let me know regards,
mhscott
Posts: 876
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: What does return value of Analyze Command represent mathematically exactly?

Post by mhscott »

It can mean a couple of things. The solution of Ax=b failed (e.g., singular matrix) or the solution algorithm, e.g., Newton failed to converge or diverged.
Post Reply