Home
last modified time | relevance | path

Searched refs:TSIFunction (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi67 cdef TSIFunction
H A DTS.pyx807 function: TSIFunction | None,
1032 def getIFunction(self) -> tuple[Vec, TSIFunction]:
1320 function: TSIFunction, argument
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py357 TSIFunction = Callable[[TS, float, Vec, Vec, Vec], None] variable
/petsc/include/
H A Dpetscts.h678 PETSC_EXTERN_TYPEDEF typedef TSIFunctionFn *TSIFunction; typedef