Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c914 PetscErrorCode DMTSSetForcingFunction(DM dm, TSForcingFn *func, PetscCtx ctx) in DMTSSetForcingFunction() function
/petsc/include/
H A Dpetscts.h879 PETSC_EXTERN PetscErrorCode DMTSSetForcingFunction(DM, TSForcingFn *, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c1115 PetscCall(DMTSSetForcingFunction(dm, func, ctx)); in TSSetForcingFunction()