Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c852 PetscErrorCode DMTSGetSolutionFunction(DM dm, TSSolutionFn **func, PetscCtxRt ctx) in DMTSGetSolutionFunction() function
/petsc/include/
H A Dpetscts.h878 PETSC_EXTERN PetscErrorCode DMTSGetSolutionFunction(DM, TSSolutionFn **, PetscCtxRt);
/petsc/src/ts/interface/
H A Dts.c683 PetscCall(DMTSGetSolutionFunction(dm, &solutionfunction, &ctx)); in TSComputeSolutionFunction()