#include "slepcqep.h" PetscErrorCode QEPSetTolerances(QEP qep,PetscReal tol,PetscInt maxits)Logically Collective on QEP
qep | - the quadratic eigensolver context | |
tol | - the convergence tolerance | |
maxits | - maximum number of iterations to use |
-qep_tol <tol> | - Sets the convergence tolerance | |
-qep_max_it <maxits> | - Sets the maximum number of iterations allowed |
Use PETSC_DECIDE for maxits to assign a reasonably good value, which is dependent on the solution method.
Location: src/qep/interface/qepopts.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages