Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c883 PetscErrorCode DMTSSetSolutionFunction(DM dm, TSSolutionFn *func, PetscCtx ctx) in DMTSSetSolutionFunction() function
/petsc/include/
H A Dpetscts.h877 PETSC_EXTERN PetscErrorCode DMTSSetSolutionFunction(DM, TSSolutionFn *, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c1076 PetscCall(DMTSSetSolutionFunction(dm, f, ctx)); in TSSetSolutionFunction()