slepc-3.5.2 2014-10-10
STGetOperationCounters
Gets the total number of operator applications and linear solver iterations used by the ST object.
Synopsis
#include "slepcst.h"
PetscErrorCode STGetOperationCounters(ST st,PetscInt* ops,PetscInt* lits)
Not Collective
Input Parameter
st - the spectral transformation context
Output Parameter
| ops | - number of operator applications
|
| lits | - number of linear solver iterations
|
Notes
Any output parameter may be NULL on input if not needed.
See Also
STResetOperationCounters()
Location: src/sys/classes/st/interface/stsles.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/eps/examples/tutorials/ex7.c.html