Skip to content
rsmedleystevenson edited this page Oct 13, 2016 · 3 revisions

Welcome to the TeaLeaf_Trilinos wiki!

The method used to test convergence of the solvers is different for preconditioned problems in the native and Trilinos codes. The native code uses sqrt(z'.r) instead of the 2-norm of r, but it could use the latter if we add a dot product computation and a corresponding extra reduction (or ideally a combined reduction with rrn) within the CG loop i.e. where we reduce rrn=z'.r.

Clone this wiki locally