Home
last modified time | relevance | path

Searched refs:TSSetPostEventSecondStep (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/event/tests/
H A Dex3span.c267 …eal(t - (PetscReal)6.0) < 0.01 && Ctx->dt2_at6 != -2) PetscCall(TSSetPostEventSecondStep(ts, Ctx->… in Postevent()
/petsc/doc/changes/
H A D321.md151 - Rename `TSSetPostEventIntervalStep()` to `TSSetPostEventSecondStep()`, controlling the second ste…
/petsc/include/
H A Dpetscts.h1075 PETSC_EXTERN PetscErrorCode TSSetPostEventSecondStep(TS, PetscReal);
1078 return TSSetPostEventSecondStep(ts, dt); in TSSetPostEventIntervalStep()
/petsc/src/ts/event/
H A Dtsevent.c201 PetscErrorCode TSSetPostEventSecondStep(TS ts, PetscReal dt2) in TSSetPostEventSecondStep() function