petsc4py.typing.TSEventHandlerFunction

petsc4py.typing.TSEventHandlerFunction

TS event handler callback.

alias of Callable[[TS, float, Vec, ndarray[Any, dtype[float | complex]]], None]