#include "slepcnep.h" PetscErrorCode NEPSetStoppingTest(NEP nep,NEPStop stop)Logically Collective
nep | - nonlinear eigensolver context obtained from NEPCreate() | |
stop | - the type of stopping test |
-nep_stop_basic | - Sets the default stopping test | |
-nep_stop_user | - Selects the user-defined stopping test |
NEP_STOP_BASIC | - default stopping test | |
NEP_STOP_USER | - function set by NEPSetStoppingTestFunction() |