slepc-3.6.1 2015-09-03
MFNGetErrorIfNotConverged
Return a flag indicating whether MFNSolve() will generate an error if the solver does not converge.
Synopsis
#include "slepcmfn.h"
PetscErrorCode MFNGetErrorIfNotConverged(MFN mfn,PetscBool *flag)
Not Collective
Input Parameter
mfn - the matrix function context
Output Parameter
flag - PETSC_TRUE if it will generate an error, else PETSC_FALSE
See Also
MFNSetErrorIfNotConverged()
Location: src/mfn/interface/mfnopts.c
Index of all MFN routines
Table of Contents for all manual pages
Index of all manual pages