petsc4py.typing.TSPostEventFunction

petsc4py.typing.TSPostEventFunction

TS post-event handler callback.

alias of Callable[[TS, ndarray[Any, dtype[int]], float, Vec, bool], None]