Some checks failed
Build and Test / build (push) Has been cancelled
The isConvergedToNumericalLimit() method compared dxNorms->at(iterNo) to itself instead of the previous iteration (iterNo - 1). This meant the solver could never detect convergence improvement, causing it to exhaust iterations on assemblies with many constraints, producing 'iterNo > iterMax' exceptions and 'grounded object moved' warnings. Also updates silo submodule pointer.