petsc4py.typing.TSRHSFunction#

petsc4py.typing.TSRHSFunction#

TS right-hand side function callback.

alias of Callable[[TS, float, Vec, Vec], None]