Searched refs:TSGetIFunction (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 217 *ierr = TSGetIFunction(*ts, r, NULL, ctx); in tsgetifunction_()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 160 PetscErrorCode TSGetIFunction(PetscTS, PetscVec*, PetscTSIFunctionFunction*, void*)
|
| H A D | TS.pyx | 1039 petsc.TSGetIFunction 1043 CHKERR(TSGetIFunction(self.ts, &f.vec, NULL, NULL))
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 105 PetscCall(TSGetIFunction(ts, NULL, &ifun, NULL)); in TSSetFromOptions() 1233 PetscErrorCode TSGetIFunction(TS ts, Vec *r, TSIFunctionFn **func, PetscCtxRt ctx) in TSGetIFunction() function 2499 PetscCall(TSGetIFunction(ts, NULL, &ifun, NULL)); in TSSetUp()
|
| /petsc/include/ |
| H A D | petscts.h | 705 PETSC_EXTERN PetscErrorCode TSGetIFunction(TS, Vec *, TSIFunctionFn **, PetscCtxRt);
|