#include "petscksp.h" PetscErrorCode KSPGetTolerances(KSP ksp,PetscReal *rtol,PetscReal *abstol,PetscReal *dtol,PetscInt *maxits)Not Collective
rtol | - the relative convergence tolerance | |
abstol | - the absolute convergence tolerance | |
dtol | - the divergence tolerance | |
maxits | - maximum number of iterations |
Level:intermediate
Location:src/ksp/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages