#include "slepcpep.h" PetscErrorCode PEPSetTolerances(PEP pep,PetscReal tol,PetscInt maxits)Logically Collective on pep
pep | - the polynomial eigensolver context | |
tol | - the convergence tolerance | |
maxits | - maximum number of iterations to use |
-pep_tol <tol> | - Sets the convergence tolerance | |
-pep_max_it <maxits> | - Sets the maximum number of iterations allowed |
Location: src/pep/interface/pepopts.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages