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

Location: src/ts/impls/implicit/pvode/petscpvode.c
Time Stepping
Table of Contents