Home
last modified time | relevance | path

Searched refs:TSSetMaxStepRejections (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex2.c170 PetscCall(TSSetMaxStepRejections(ts, 100)); in main()
/petsc/src/ts/tutorials/
H A Dex42.c302 PetscCall(TSSetMaxStepRejections(ts, 50)); in main()
H A Dex8.c384 PetscCall(TSSetMaxStepRejections(ts, 10)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi210 PetscErrorCode TSSetMaxStepRejections(PetscTS, PetscInt)
H A DTS.pyx1949 petsc.TSSetMaxStepRejections
1953 CHKERR(TSSetMaxStepRejections(self.ts, rej))
/petsc/include/
H A Dpetscts.h523 PETSC_EXTERN PetscErrorCode TSSetMaxStepRejections(TS, PetscInt);
/petsc/src/ts/interface/
H A Dts.c135 if (flg) PetscCall(TSSetMaxStepRejections(ts, ts->max_reject)); in TSSetFromOptions()
5028 PetscErrorCode TSSetMaxStepRejections(TS ts, PetscInt rejects) in TSSetMaxStepRejections() function