Home
last modified time | relevance | path

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

/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c84 static PetscErrorCode ourrhsfunction(TS ts, PetscReal d, Vec x, Vec f, PetscCtx ctx) in ourrhsfunction() function
188 *ierr = TSSetRHSFunction(*ts, R, ourrhsfunction, NULL); in tssetrhsfunction_()