#include "slepceps.h" PetscErrorCode EPSSetStoppingTest(EPS eps,EPSStop stop)Logically Collective on EPS
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() |
Location: src/eps/interface/epsopts.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages