Home
last modified time | relevance | path

Searched refs:TSSetPostEventStep (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ts/event/tests/
H A Dex1sin.c177 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
178 else PetscCall(TSSetPostEventStep(ts, PETSC_DECIDE)); in Postevent()
H A Dex2.c187 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
188 else PetscCall(TSSetPostEventStep(ts, PETSC_DECIDE)); in Postevent()
H A Dex3.c243 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
244 else PetscCall(TSSetPostEventStep(ts, PETSC_DECIDE)); in Postevent()
H A Dex5.c227 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
228 else PetscCall(TSSetPostEventStep(ts, PETSC_DECIDE)); in Postevent()
H A Dex4.c239 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
240 else PetscCall(TSSetPostEventStep(ts, PETSC_DECIDE)); in Postevent()
H A Dex3span.c261 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
262 else PetscCall(TSSetPostEventStep(ts, PETSC_DECIDE)); in Postevent()
/petsc/doc/changes/
H A D321.md150 - Add `TSSetPostEventStep()` to control the first step after event
/petsc/src/ts/event/
H A Dtsevent.c137 PetscErrorCode TSSetPostEventStep(TS ts, PetscReal dt1) in TSSetPostEventStep() function
/petsc/include/
H A Dpetscts.h1074 PETSC_EXTERN PetscErrorCode TSSetPostEventStep(TS, PetscReal);