You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modified solver to implement preconditioned conjugate gradient method with Jacobi preconditioning (See Shewchuk 94, An Introduction to the Conjugate Gradient Method Without the Agonizing Pain, section B3). The original implementation applied a symmetric Jacobi preconditioner to the matrix and vector in place.
This change allows for more ease in developing other preconditioners (e.g. SOR).