PETSc version 3.16.6
TaoGetIterationNumber
Gets the number of Tao iterations completed at this time.
Synopsis
#include "petsctao.h"
PetscErrorCode TaoGetIterationNumber(Tao tao,PetscInt *iter)
Not Collective
Input Parameter
Output Parameter
Notes
For example, during the computation of iteration 2 this would return 1.
See Also
TaoGetLinearSolveIterations(), TaoGetResidualNorm(), TaoGetObjective()
Level
intermediate
Location
src/tao/interface/taosolver.c
Examples
src/tao/unconstrained/tutorials/rosenbrock2.c.html
src/tao/unconstrained/tutorials/rosenbrock3.c.html
src/tao/unconstrained/tutorials/spectraladjointassimilation.c.html
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages