petsc4py.typing.TSPostEventFunction

petsc4py.typing.TSPostEventFunction

TS post-event callback.

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