Searched refs:DMTSGetSolutionFunction (Results 1 – 3 of 3) sorted by relevance
852 PetscErrorCode DMTSGetSolutionFunction(DM dm, TSSolutionFn **func, PetscCtxRt ctx) in DMTSGetSolutionFunction() function
878 PETSC_EXTERN PetscErrorCode DMTSGetSolutionFunction(DM, TSSolutionFn **, PetscCtxRt);
683 PetscCall(DMTSGetSolutionFunction(dm, &solutionfunction, &ctx)); in TSComputeSolutionFunction()