#include "petscksp.h" PetscErrorCode KSPGetTotalIterations(KSP ksp,PetscInt *its)Not Collective
Notes: Use KSPGetIterationNumber() to get the count for the most recent solve only If this is called within a linear solve (such as in a KSPMonitor routine) then it does not include iterations within that current solve
Level:intermediate
Location:src/ksp/ksp/interface/iterativ.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages