Home
last modified time | relevance | path

Searched refs:DMShellSetDestroyContext (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscdmshell.h10 PETSC_EXTERN PetscErrorCode DMShellSetDestroyContext(DM, PetscCtxDestroyFn *);
/petsc/src/ksp/ksp/tutorials/
H A Dex65.c48 PetscCall(DMShellSetDestroyContext(*shell, DestroyCtx)); in MyDMShellCreate()
/petsc/doc/changes/
H A Ddev.md126 - Change the final argument of `DMShellSetDestroyContext()` to `PetscCtxDestroyFn *`. This means th…
/petsc/src/dm/impls/shell/
H A Ddmshell.c249 PetscErrorCode DMShellSetDestroyContext(DM dm, PetscCtxDestroyFn *destroyctx) in DMShellSetDestroyContext() function