Skip to content

Fix/iterative rhs magnitude

Chris Cantwell requested to merge fix/iterative-rhs-magnitude into master

This MR fixes a bug in the calculation of the RHS vector magnitude used to scale the tolerance calculation, which resulted in an artificially higher tolerance being used.

Also fixes a bug in the verbose iteration count output of the CG algorithm when no iterations are performed.

Merge request reports