EPS_STOP_THRESHOLD#

The threshold stopping test.

Note#

When a threshold has been provided with EPSSetThreshold(), the termination of the outer loop is decided by calling EPSStoppingThreshold(), which will stop when one of the computed eigenvalues is not above/below the threshold. If a number of wanted eigenvalues has been specified via EPSSetDimensions() then it is also taken into account, and the solver will stop when one of the two conditions (threshold or number of converged values) is met.

See Also#

EPS: Eigenvalue Problem Solver, EPSStop, EPSSetStoppingTest(), EPSStoppingThreshold(), EPSSetThreshold(), EPSSetDimensions()

Level#

advanced

Location#

include/slepceps.h


Index of all EPS routines Table of Contents for all manual pages Index of all manual pages