Home
last modified time | relevance | path

Searched refs:TSSetI2Function (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tests/
H A Dex80.c88 PetscCall(TSSetI2Function(ts, R, Residual, &user)); in main()
/petsc/src/ts/tutorials/
H A Dex44.c162 PetscCall(TSSetI2Function(ts, F, I2Function, &app)); in main()
H A Dex43.c185 PetscCall(TSSetI2Function(ts, R, Residual2, &user)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi162 PetscErrorCode TSSetI2Function(PetscTS, PetscVec, PetscTSI2FunctionFunction, void*)
H A DTS.pyx1087 petsc.TSSetI2Function
1097 CHKERR(TSSetI2Function(self.ts, fvec, TS_I2Function, <void*>context))
1099 CHKERR(TSSetI2Function(self.ts, fvec, NULL, NULL))
/petsc/include/
H A Dpetscts.h758 PETSC_EXTERN PetscErrorCode TSSetI2Function(TS, Vec, TSI2FunctionFn *, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c1379 PetscErrorCode TSSetI2Function(TS ts, Vec F, TSI2FunctionFn *fun, PetscCtx ctx) in TSSetI2Function() function