EPSGetStoppingTest#
Gets the method used to decide the termination of the outer loop of the eigensolver.
Synopsis#
#include "slepceps.h"
PetscErrorCode EPSGetStoppingTest(EPS eps,EPSStop *stop)
Not Collective
Input Parameters#
eps - eigensolver context obtained from EPSCreate()
Output Parameters#
stop - the type of stopping test
See Also#
EPSSetStoppingTest(), EPSStop
Level#
advanced
Location#
Examples#
src/eps/tutorials/ex2.c
src/eps/tutorials/ex5.c
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages