This looks like a reasonable fix for me. The manual page should indicate that it changes the convergence test if you change from no norm.
Barry > On Jun 12, 2016, at 2:51 PM, Stefano Zampini <[email protected]> > wrote: > > As of today, a code like this > > KSPSetNormType(ksp,KSP_NORM_NONE); > KSPSetFromOptions(ksp); > > will produce a KSP that will always skip the convergence tests, even if we > specify -ksp_norm_type whatever at command line. Is this the expected > behavior? > If not, a tentative patch is attached. > > > <fix_norm_type_none.diff>
