:orphan: # TSSundialsSetMaxTimeStep Largest time step to be chosen by the adaptive controller. ## Synopsis ``` #include "petscts.h" PetscErrorCode TSSundialsSetMaxTimeStep(TS ts, PetscReal maxdt) ``` ## Input Parameters - ***ts -*** the time-step context - ***maxdt -*** lowest time step if positive, negative to deactivate ## See Also [](ch_ts), `TSSundialsSetType()`, `TSSundialsSetTolerance()`, ## Level beginner ## Location src/ts/impls/implicit/sundials/sundials.c ## Implementations TSSundialsSetMaxTimeStep_Sundials in src/ts/impls/implicit/sundials/sundials.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/impls/implicit/sundials/sundials.c) [Index of all TS routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)