convergence problem

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
borjiajia
Posts: 91
Joined: Wed Jan 20, 2010 12:08 am
Location: DL, China

convergence problem

Post by borjiajia »

Every time I run the program, it says

"ModifiedNewton::solveCurrentStep() -the ConvergenceTest object failed in test()
DirectIntegrationAnalysis::analyze() - the Algorithm failed at time 9.96
OpenSees > analyze failed, returned: -3 error flag
Trying Newton with Initial Tangent .."

So ,what does it mean?
what should I do?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

it means your nonlinear model is having problems converging .. try something else.
Post Reply