Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscts.h656 PETSC_EXTERN PetscErrorCode TSSetForcingFunction(TS, TSForcingFn *, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c1108 PetscErrorCode TSSetForcingFunction(TS ts, TSForcingFn *func, PetscCtx ctx) in TSSetForcingFunction() function