#include "slepcnep.h" PetscErrorCode NEPSetTolerances(NEP nep,PetscReal tol,PetscInt maxits)Logically Collective
nep | - the nonlinear eigensolver context | |
tol | - the convergence tolerance | |
maxits | - maximum number of iterations to use |
-nep_tol <tol> | - Sets the convergence tolerance | |
-nep_max_it <maxits> | - Sets the maximum number of iterations allowed |