Home
last modified time | relevance | path

Searched refs:TSAdaptGetStepLimits (Results 1 – 6 of 6) sorted by relevance

/petsc/doc/changes/
H A D38.md151 - Added TSAdaptGetStepLimits() to get minimum and maximum allowed
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c700 PetscErrorCode TSAdaptGetStepLimits(TSAdapt adapt, PetscReal *hmin, PetscReal *hmax) in TSAdaptGetStepLimits() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi350 PetscErrorCode TSAdaptGetStepLimits(PetscTSAdapt, PetscReal*, PetscReal*)
H A DTS.pyx2589 petsc.TSAdaptGetStepLimits
2596 CHKERR(TSAdaptGetStepLimits(tsadapt, &hminr, &hmaxr))
/petsc/src/ts/event/
H A Dtsevent.c360 PetscCall(TSAdaptGetStepLimits(adapt, &hmin, NULL)); in TSSetEventHandler()
/petsc/include/
H A Dpetscts.h1156 PETSC_EXTERN PetscErrorCode TSAdaptGetStepLimits(TSAdapt, PetscReal *, PetscReal *);