#include "slepclme.h" PetscErrorCode LMEGetConvergedReason(LME lme,LMEConvergedReason *reason)Not Collective
lme | - the linear matrix equation solver context |
reason | - negative value indicates diverged, positive value converged |
Possible values for reason are
LME_CONVERGED_TOL | - converged up to tolerance | |
LME_DIVERGED_ITS | - required more than max_it iterations to reach convergence | |
LME_DIVERGED_BREAKDOWN | - generic breakdown in method |
Can only be called after the call to LMESolve() is complete.