Searched refs:DMTSGetForcingFunction (Results 1 – 3 of 3) sorted by relevance
947 PetscErrorCode DMTSGetForcingFunction(DM dm, TSForcingFn **f, PetscCtxRt ctx) in DMTSGetForcingFunction() function
880 PETSC_EXTERN PetscErrorCode DMTSGetForcingFunction(DM, TSForcingFn **, PetscCtxRt);
713 PetscCall(DMTSGetForcingFunction(dm, &forcing, &ctx)); in TSComputeForcingFunction()