petsc4py.typing.SNESUpdateFunction

petsc4py.typing.SNESUpdateFunction

SNES step update callback.

alias of Callable[[SNES, int], None]