Searched refs:TSGetI2Function (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 164 PetscErrorCode TSGetI2Function(PetscTS, PetscVec*, PetscTSI2FunctionFunction*, void**)
|
| H A D | TS.pyx | 1226 petsc.TSGetI2Function 1230 CHKERR(TSGetI2Function(self.ts, &f.vec, NULL, NULL))
|
| /petsc/include/ |
| H A D | petscts.h | 759 PETSC_EXTERN PetscErrorCode TSGetI2Function(TS, Vec *, TSI2FunctionFn **, PetscCtxRt);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 1409 PetscErrorCode TSGetI2Function(TS ts, Vec *r, TSI2FunctionFn **fun, PetscCtxRt ctx) in TSGetI2Function() function
|