petsc4py.typing.KSPRHSFunction#

petsc4py.typing.KSPRHSFunction#

PETSc.KSP right hand side function callback.

alias of Callable[[KSP, Vec], None]