Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi164 PetscErrorCode TSGetI2Function(PetscTS, PetscVec*, PetscTSI2FunctionFunction*, void**)
H A DTS.pyx1226 petsc.TSGetI2Function
1230 CHKERR(TSGetI2Function(self.ts, &f.vec, NULL, NULL))
/petsc/include/
H A Dpetscts.h759 PETSC_EXTERN PetscErrorCode TSGetI2Function(TS, Vec *, TSI2FunctionFn **, PetscCtxRt);
/petsc/src/ts/interface/
H A Dts.c1409 PetscErrorCode TSGetI2Function(TS ts, Vec *r, TSI2FunctionFn **fun, PetscCtxRt ctx) in TSGetI2Function() function