Searched refs:DMShellSetDestroyContext (Results 1 – 4 of 4) sorted by relevance
10 PETSC_EXTERN PetscErrorCode DMShellSetDestroyContext(DM, PetscCtxDestroyFn *);
48 PetscCall(DMShellSetDestroyContext(*shell, DestroyCtx)); in MyDMShellCreate()
126 - Change the final argument of `DMShellSetDestroyContext()` to `PetscCtxDestroyFn *`. This means th…
249 PetscErrorCode DMShellSetDestroyContext(DM dm, PetscCtxDestroyFn *destroyctx) in DMShellSetDestroyContext() function