#include "petscts.h" PetscErrorCode TSSetPostEventIntervalStep(TS ts,PetscReal dt)Logically Collective
ts | - time integration context | |
dt | - post event interval step |
This function should be called from the postevent function set with TSSetEventHandler().
The post event interval time-step should be selected based on the dynamics following the event. If the dynamics are stiff, a conservative (small) step should be used. If not, then a larger time-step can be used.
.seealso: TS, TSEvent, TSSetEventHandler()