petsc-3.14.6 2021-03-30
Report Typos and Errors
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