Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi64 cdef TSRHSFunction
H A DTS.pyx598 function: TSRHSFunction | None,
771 def getRHSFunction(self) -> tuple[Vec, TSRHSFunction]:
1276 function: TSRHSFunction, argument
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py348 TSRHSFunction = Callable[[TS, float, Vec, Vec], None] variable
/petsc/include/
H A Dpetscts.h561 PETSC_EXTERN_TYPEDEF typedef TSRHSFunctionFn *TSRHSFunction; typedef