Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi76 cdef TSPostStepFunction
H A DTS.pyx2410 poststep: TSPostStepFunction | None,
2441 … def getPostStep(self) -> tuple[TSPostStepFunction, tuple[Any, ...] | None, dict[str, Any] | None]:
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py381 TSPostStepFunction = Callable[[TS], None] variable