Searched refs:DMTSSetSolutionFunction (Results 1 – 3 of 3) sorted by relevance
883 PetscErrorCode DMTSSetSolutionFunction(DM dm, TSSolutionFn *func, PetscCtx ctx) in DMTSSetSolutionFunction() function
877 PETSC_EXTERN PetscErrorCode DMTSSetSolutionFunction(DM, TSSolutionFn *, PetscCtx);
1076 PetscCall(DMTSSetSolutionFunction(dm, f, ctx)); in TSSetSolutionFunction()