#include "slepceps.h" PetscErrorCode EPSSetStoppingTest(EPS eps,EPSStop stop)Logically Collective
eps | - eigensolver context obtained from EPSCreate() | |
stop | - the type of stopping test |
-eps_stop_basic | - Sets the default stopping test | |
-eps_stop_user | - Selects the user-defined stopping test |
EPS_STOP_BASIC | - default stopping test | |
EPS_STOP_USER | - function set by EPSSetStoppingTestFunction() |