Searched refs:TSSetPostEventSecondStep (Results 1 – 4 of 4) sorted by relevance
267 …eal(t - (PetscReal)6.0) < 0.01 && Ctx->dt2_at6 != -2) PetscCall(TSSetPostEventSecondStep(ts, Ctx->… in Postevent()
151 - Rename `TSSetPostEventIntervalStep()` to `TSSetPostEventSecondStep()`, controlling the second ste…
1075 PETSC_EXTERN PetscErrorCode TSSetPostEventSecondStep(TS, PetscReal);1078 return TSSetPostEventSecondStep(ts, dt); in TSSetPostEventIntervalStep()
201 PetscErrorCode TSSetPostEventSecondStep(TS ts, PetscReal dt2) in TSSetPostEventSecondStep() function