#include "petscts.h" PetscErrorCode TSSetConvergedReason(TS ts,TSConvergedReason reason)Not Collective
Level:advanced
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages
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 |