#include "petscts.h" PetscErrorCode TSAdaptSetStepLimits(TSAdapt adapt,PetscReal hmin,PetscReal hmax)Logically collective on TSAdapt
adapt | - time step adaptivity context, usually gotten with TSGetAdapt() | |
hmin | - minimum time step | |
hmax | - maximum time step |
-ts_adapt_dt_min | - minimum time step | |
-ts_adapt_dt_max | - maximum time step |
Level:intermediate
Location:src/ts/adapt/interface/tsadapt.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages