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 Parameter#
ksp - the iterative context
Output Parameter#
its - number of iterations
Note#
During the ith iteration this returns i-1
See Also#
KSP: Linear System Solvers, KSP
, KSPGetResidualNorm()
, KSPBuildResidual()
, KSPGetTotalIterations()
Level#
intermediate
Location#
Examples#
src/ksp/ksp/tutorials/ex14f.F90
src/ksp/ksp/tutorials/ex55.c
src/ksp/ksp/tutorials/ex52.c
src/ksp/ksp/tutorials/ex57f.F90
src/ksp/pc/tutorials/ex1.c
src/ksp/pc/tutorials/ex2.c
src/ksp/ksp/tutorials/ex51.c
src/ksp/pc/tutorials/ex3.c
src/ksp/ksp/tutorials/ex15f.F90
src/ksp/ksp/tutorials/ex72.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages