e32c9cd7934c62df3ea47899bf5be3a37797384d
isConvergedToNumericalLimit() compared dxNorms->at(iterNo) to itself instead of comparing current vs previous iteration. This prevented the solver from detecting convergence improvement, causing it to exhaust its iteration limit on assemblies with many constraints. Fix: read dxNorms->at(iterNo - 1) for the previous iteration's norm.
MbDCode
Assembly Constraints and Multibody Dynamics code
Install freecad9a.exe from ar-cad.com. Run program and read Explain menu items for documentations. (edited)
The MbD theory is at https://github.com/Ondsel-Development/MbDTheory
Languages
C++
66.2%
Python
32.5%
CMake
1.1%