TSSetConvergedReason#
Sets the reason for handling the convergence of TSSolve.
Synopsis#
#include "petscts.h"
PetscErrorCode TSSetConvergedReason(TS ts, TSConvergedReason reason)
Logically Collective; reason must contain common value
Input Parameters#
ts - the TS context
reason - negative value indicates diverged, positive value converged, see TSConvergedReason or the manual pages for the individual convergence tests for complete lists
Notes#
Can only be called while TSSolve() is active.
See Also#
Level#
advanced
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages