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. 


Attachment: fix_norm_type_none.diff
Description: Binary data

Reply via email to