Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D318.md197 - Add `MatShellSetContextDestroy()` and add internal refrence counting for user defined `MatShell` …
198 - Add `MatShellSetContextDestroy()` and add internal reference counting for user defined `MatShell`…
/petsc/include/
H A Dpetscmat.h2055 PETSC_EXTERN PetscErrorCode MatShellSetContextDestroy(Mat, PetscCtxDestroyFn *);
/petsc/src/mat/impls/shell/
H A Dshell.c1934 PetscErrorCode MatShellSetContextDestroy(Mat mat, PetscCtxDestroyFn *f) in MatShellSetContextDestroy() function