KSPGetIterationNumber#
Gets the current iteration number; if the KSPSolve()
is complete, returns the number of iterations used.
Synopsis#
#include "petscksp.h"
PetscErrorCode KSPGetIterationNumber(KSP ksp, PetscInt *its)
Not Collective
Input Parameters#
ksp - the iterative context
Output Parameters#
its - number of iterations
Note#
During the ith iteration this returns i-1
See Also#
KSP: Linear System Solvers, KSP
, KSPGetResidualNorm()
, KSPBuildResidual()
, KSPGetResidualNorm()
, KSPGetTotalIterations()
Level#
intermediate
Location#
Examples#
src/ksp/pc/tutorials/ex1.c.html
src/ksp/pc/tutorials/ex2.c.html
src/ksp/pc/tutorials/ex3.c.html
src/ksp/ksp/tutorials/bench_pcsetup.c.html
src/ksp/ksp/tutorials/ex11.c.html
src/ksp/ksp/tutorials/ex11f.F90.html
src/ksp/ksp/tutorials/ex12.c.html
src/ksp/ksp/tutorials/ex14f.F90.html
src/ksp/ksp/tutorials/ex15.c.html
src/ksp/ksp/tutorials/ex15f.F90.html
src/ksp/ksp/tutorials/ex16.c.html
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages