Searched refs:TSSetMaxStepRejections (Results 1 – 7 of 7) sorted by relevance
170 PetscCall(TSSetMaxStepRejections(ts, 100)); in main()
302 PetscCall(TSSetMaxStepRejections(ts, 50)); in main()
384 PetscCall(TSSetMaxStepRejections(ts, 10)); in main()
210 PetscErrorCode TSSetMaxStepRejections(PetscTS, PetscInt)
1949 petsc.TSSetMaxStepRejections1953 CHKERR(TSSetMaxStepRejections(self.ts, rej))
523 PETSC_EXTERN PetscErrorCode TSSetMaxStepRejections(TS, PetscInt);
135 if (flg) PetscCall(TSSetMaxStepRejections(ts, ts->max_reject)); in TSSetFromOptions()5028 PetscErrorCode TSSetMaxStepRejections(TS ts, PetscInt rejects) in TSSetMaxStepRejections() function