Home
last modified time | relevance | path

Searched refs:TSGetIFunction (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c217 *ierr = TSGetIFunction(*ts, r, NULL, ctx); in tsgetifunction_()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi160 PetscErrorCode TSGetIFunction(PetscTS, PetscVec*, PetscTSIFunctionFunction*, void*)
H A DTS.pyx1039 petsc.TSGetIFunction
1043 CHKERR(TSGetIFunction(self.ts, &f.vec, NULL, NULL))
/petsc/src/ts/interface/
H A Dts.c105 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 Dpetscts.h705 PETSC_EXTERN PetscErrorCode TSGetIFunction(TS, Vec *, TSIFunctionFn **, PetscCtxRt);