#include "slepcpep.h" PetscErrorCode PEPSetStoppingTest(PEP pep,PEPStop stop)Logically Collective
pep | - eigensolver context obtained from PEPCreate() | |
stop | - the type of stopping test |
-pep_stop_basic | - Sets the default stopping test | |
-pep_stop_user | - Selects the user-defined stopping test |
PEP_STOP_BASIC | - default stopping test | |
PEP_STOP_USER | - function set by PEPSetStoppingTestFunction() |