#include "slepcnep.h" PetscErrorCode NEPSetStoppingTest(NEP nep,NEPStop stop)Logically Collective on nep
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() |
Location: src/nep/interface/nepopts.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages