STGetNumberLinearIterations

Gets the total number of linear iterations used by the ST object.

Synopsis

#include "slepcst.h" 
PetscErrorCode STGetNumberLinearIterations(ST st,int* lits)
Not Collective

Input Parameter

st -the spectral transformation context

Output Parameter

lits -number of linear iterations

See Also

STResetNumberLinearIterations()

Level:intermediate
Location:
src/st/interface/stsles.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages