Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi74 cdef TSPostEventFunction
H A DTS.pyx2262 postevent: TSPostEventFunction | None = None,
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py387 TSPostEventFunction = Callable[[TS, NDArray[np.integer], float, Vec, bool], None] variable