#include "slepceps.h" PetscErrorCode EPSSetStoppingTestFunction(EPS eps,EPSStoppingTestFn *func,void* ctx,PetscCtxDestroyFn *destroy)Logically Collective
eps | - eigensolver context obtained from EPSCreate() | |
func | - stopping test function, see EPSStoppingTestFn for the calling sequence | |
ctx | - context for private data for the stopping routine (may be NULL) | |
destroy | - a routine for destroying the context (may be NULL), see PetscCtxDestroyFn for the calling sequence |