Home
last modified time | relevance | path

Searched refs:TSGetRHSFunction (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c195 *ierr = TSGetRHSFunction(*ts, r, NULL, ctx); in tsgetrhsfunction_()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi153 PetscErrorCode TSGetRHSFunction(PetscTS, PetscVec*, PetscTSFunctionFunction*, void*)
H A DTS.pyx778 petsc.TSGetRHSFunction
782 CHKERR(TSGetRHSFunction(self.ts, &f.vec, NULL, NULL))
/petsc/src/ts/tutorials/
H A Dex77.c847 PetscCall(TSGetRHSFunction(sts, NULL, NULL, &adv)); in AdvectParticles()
/petsc/include/
H A Dpetscts.h609 PETSC_EXTERN PetscErrorCode TSGetRHSFunction(TS, Vec *, TSRHSFunctionFn **, PetscCtxRt);
/petsc/src/ts/interface/
H A Dts.c1264 PetscErrorCode TSGetRHSFunction(TS ts, Vec *r, TSRHSFunctionFn **func, PetscCtxRt ctx) in TSGetRHSFunction() function