petsc-3.12.5 2020-03-29
TSGetMaxSteps
Gets the maximum number of steps to use.
Synopsis
#include "petscts.h"
PetscErrorCode TSGetMaxSteps(TS ts,PetscInt *maxsteps)
Not Collective
Input Parameters
ts -the TS context obtained from TSCreate()
Output Parameter
maxsteps -maximum number of steps to use
See Also
TSSetMaxSteps(), TSGetMaxTime(), TSSetMaxTime()
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