Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi68 cdef TSIJacobian
H A DTS.pyx844 jacobian: TSIJacobian | None,
1048 def getIJacobian(self) -> tuple[Mat, Mat, TSIJacobian]:
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py360 TSIJacobian = Callable[[TS, float, Vec, Vec, float, Mat, Mat], None] variable
/petsc/include/
H A Dpetscts.h702 PETSC_EXTERN_TYPEDEF typedef TSIJacobianFn *TSIJacobian; typedef