Home
last modified time | relevance | path

Searched refs:TAOUpdateFunction (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi96 cdef TAOUpdateFunction
H A DTAO.pyx882 …def setUpdate(self, update: TAOUpdateFunction, args: tuple[Any, ...] | None = None, kargs: dict[st… argument
911 def getUpdate(self) -> tuple[TAOUpdateFunction, tuple[Any, ...], dict[str, Any]]:
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py404 TAOUpdateFunction = Callable[[TAO, int], None] variable