PBiCGStab does not obey minIter
There is the shortcut to exit upon convergence
if (solverPerf.checkConvergence(tolerance_, relTol_))
and this misses the minIter_ check. This is only present in the final check.
There is the shortcut to exit upon convergence
if (solverPerf.checkConvergence(tolerance_, relTol_))
and this misses the minIter_ check. This is only present in the final check.
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
mentioned in commit e94ba59dcc900fa88115a5def7778c62a1106af5
closed via commit 4b139ad5f0d24b1977b40073854d690a50b47fa1
mentioned in commit 4b139ad5f0d24b1977b40073854d690a50b47fa1
mentioned in commit 214ba31a