TSPVodeGetIterations
Gets the number of nonlinear and linear iterations used so far by PVode.
Synopsis
int TSPVodeGetIterations(TS ts, int *nonlin,int *lin )
Not Collective
Input parameters
ts -the time-step context
Output Parameters
nonlin | - number of nonlinear iterations
|
lin | - number of linear iterations
|
Keywords
non-linear iterations, linear iterations
See Also
TSPVodeSetType(), TSPVodeSetGMRESRestart(),
TSPVodeSetLinearTolerance(), TSPVodeSetGramSchmidtType(), TSPVodeSetTolerance(),
TSPVodeGetIterations(), TSPVodeSetType(), TSPVodeSetGMRESRestart(),
TSPVodeSetLinearTolerance(), TSPVodeSetTolerance(), TSPVodeGetPC(),
TSPVodeSetExactFinalTime()
Level:advanced
Location:src/ts/impls/implicit/pvode/petscpvode.c
Time Stepping
Table of Contents