Searched refs:TSGetRHSFunction (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 195 *ierr = TSGetRHSFunction(*ts, r, NULL, ctx); in tsgetrhsfunction_()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 153 PetscErrorCode TSGetRHSFunction(PetscTS, PetscVec*, PetscTSFunctionFunction*, void*)
|
| H A D | TS.pyx | 778 petsc.TSGetRHSFunction 782 CHKERR(TSGetRHSFunction(self.ts, &f.vec, NULL, NULL))
|
| /petsc/src/ts/tutorials/ |
| H A D | ex77.c | 847 PetscCall(TSGetRHSFunction(sts, NULL, NULL, &adv)); in AdvectParticles()
|
| /petsc/include/ |
| H A D | petscts.h | 609 PETSC_EXTERN PetscErrorCode TSGetRHSFunction(TS, Vec *, TSRHSFunctionFn **, PetscCtxRt);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 1264 PetscErrorCode TSGetRHSFunction(TS ts, Vec *r, TSRHSFunctionFn **func, PetscCtxRt ctx) in TSGetRHSFunction() function
|