Searched refs:TSAdaptSetStepLimits (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex41.c | 225 PetscCall(TSAdaptSetStepLimits(adapt, 0.0, 0.5)); in main() 256 PetscCall(TSAdaptSetStepLimits(adapt, 0.0, 0.5)); in main()
|
| H A D | ex40.c | 238 PetscCall(TSAdaptSetStepLimits(adapt, 0.0, 0.5)); in main() 278 PetscCall(TSAdaptSetStepLimits(adapt, 0.0, 0.5)); in main()
|
| H A D | ex44.c | 152 PetscCall(TSAdaptSetStepLimits(adapt, 0.0, 0.5)); in main()
|
| H A D | extchem.c | 154 …PetscCall(TSAdaptSetStepLimits(adapt, 1e-12, 1e-4)); /* Also available with -ts_adapt_dt_min/-ts_a… in main()
|
| H A D | extchemfield.c | 171 …PetscCall(TSAdaptSetStepLimits(adapt, 1e-12, 1e-4)); /* Also available with -ts_adapt_dt_min/-ts_a… in main()
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 668 PetscErrorCode TSAdaptSetStepLimits(TSAdapt adapt, PetscReal hmin, PetscReal hmax) in TSAdaptSetStepLimits() function 775 if (set || flg) PetscCall(TSAdaptSetStepLimits(adapt, hmin, hmax)); in TSAdaptSetFromOptions()
|
| /petsc/doc/changes/ |
| H A D | 322.md | 142 - Deprecate `PETSC_DEFAULT` in favor of `PETSC_CURRENT` for `TSAdaptSetStepLimits()`
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 351 PetscErrorCode TSAdaptSetStepLimits(PetscTSAdapt, PetscReal, PetscReal)
|
| H A D | TS.pyx | 2573 petsc.TSAdaptSetStepLimits 2580 CHKERR(TSAdaptSetStepLimits(tsadapt, hminr, hmaxr))
|
| /petsc/include/ |
| H A D | petscts.h | 1155 PETSC_EXTERN PetscErrorCode TSAdaptSetStepLimits(TSAdapt, PetscReal, PetscReal);
|