EPSGetTolerances
Gets the tolerance and maximum iteration count used by the default EPS convergence tests.
Synopsis
#include "slepceps.h"
int EPSGetTolerances(EPS eps,PetscReal *tol,int *maxits)
Not Collective
Input Parameter
eps -the eigensolver context
Output Parameters
| tol | - the convergence tolerance
|
| maxits | - maximum number of iterations
|
Notes
The user can specify PETSC_NULL for any parameter that is not needed.
See Also
EPSSetTolerances()
Level:intermediate
Location:src/eps/interface/itfunc.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/examples/ex1.c.html
src/examples/ex2.c.html
src/examples/ex3.c.html
src/examples/ex4.c.html
src/examples/ex5.c.html
src/examples/ex7.c.html
src/examples/ex9.c.html
src/examples/ex10.c.html
src/examples/ex1f.F.html
src/examples/ex6f.F.html