Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c947 PetscErrorCode DMTSGetForcingFunction(DM dm, TSForcingFn **f, PetscCtxRt ctx) in DMTSGetForcingFunction() function
/petsc/include/
H A Dpetscts.h880 PETSC_EXTERN PetscErrorCode DMTSGetForcingFunction(DM, TSForcingFn **, PetscCtxRt);
/petsc/src/ts/interface/
H A Dts.c713 PetscCall(DMTSGetForcingFunction(dm, &forcing, &ctx)); in TSComputeForcingFunction()