Searched refs:TSAdaptGetStepLimits (Results 1 – 6 of 6) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 38.md | 151 - Added TSAdaptGetStepLimits() to get minimum and maximum allowed
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 700 PetscErrorCode TSAdaptGetStepLimits(TSAdapt adapt, PetscReal *hmin, PetscReal *hmax) in TSAdaptGetStepLimits() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 350 PetscErrorCode TSAdaptGetStepLimits(PetscTSAdapt, PetscReal*, PetscReal*)
|
| H A D | TS.pyx | 2589 petsc.TSAdaptGetStepLimits 2596 CHKERR(TSAdaptGetStepLimits(tsadapt, &hminr, &hmaxr))
|
| /petsc/src/ts/event/ |
| H A D | tsevent.c | 360 PetscCall(TSAdaptGetStepLimits(adapt, &hmin, NULL)); in TSSetEventHandler()
|
| /petsc/include/ |
| H A D | petscts.h | 1156 PETSC_EXTERN PetscErrorCode TSAdaptGetStepLimits(TSAdapt, PetscReal *, PetscReal *);
|