slepc-3.23.1 2025-05-01
   
EPSGetThreshold
Gets the threshold used by the threshold stopping test. 
Synopsis
#include "slepceps.h" 
PetscErrorCode EPSGetThreshold(EPS eps,PetscReal *thres,PetscBool *rel)
Not Collective
Input Parameter
|  | eps | - the eigenvalue solver context | 
Output Parameters
|  | thres | - the threshold | 
|  | rel | - whether the threshold is relative or not | 
See Also
 EPSSetThreshold()
Level
advanced
Location
src/eps/interface/epsopts.c
Examples
src/eps/tutorials/ex2.c
src/eps/tutorials/ex5.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages