TSGetMaxSteps#
Gets the maximum number of steps to use.
Synopsis#
#include "petscts.h"
PetscErrorCode TSGetMaxSteps(TS ts, PetscInt *maxsteps)
Not Collective
Input Parameter#
Output Parameter#
maxsteps - maximum number of steps to use
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSSetMaxSteps()
, TSGetMaxTime()
, TSSetMaxTime()
Level#
advanced
Location#
Examples#
src/ts/utils/dmplexlandau/tutorials/ex2.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages