Home
last modified time | relevance | path

Searched refs:MaxNewtonSteps (Results 1 – 2 of 2) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dfemath.h438 int MaxNewtonSteps() const in MaxNewtonSteps() function
H A Dfemath.cpp1022 while ((it < MaxNewtonSteps() && err >= error_goal && jacsingular < 2 && !stopnewton) || it==0) in NLSolve()