Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgrglvis.c188 PetscCall(DMSetApplicationContextDestroy(daview, DMDAGhostedDestroyGLVisViewerCtx_Private)); in DMSetUpGLVisViewer_DMDA()
/petsc/include/
H A Dpetscdm.h210 PETSC_EXTERN PetscErrorCode DMSetApplicationContextDestroy(DM, PetscCtxDestroyFn *);
/petsc/src/dm/interface/
H A Ddm.c3756 PetscErrorCode DMSetApplicationContextDestroy(DM dm, PetscCtxDestroyFn *destroy) in DMSetApplicationContextDestroy() function