#include "slepcnep.h" PetscErrorCode NEPGetTolerances(NEP nep,PetscReal *abstol,PetscReal *rtol,PetscReal *stol,PetscInt *maxit,PetscInt *maxf)Not Collective
abstol | - absolute convergence tolerance | |
rtol | - relative convergence tolerance | |
stol | - convergence tolerance in terms of the norm of the change in the solution between steps, || delta x || < stol*|| x || | |
maxit | - maximum number of iterations | |
maxf | - maximum number of function evaluations |
Location: src/nep/interface/nepopts.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages