Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c87 stash->ScatterDestroy = MatStashScatterDestroy_BTS; in MatStashCreate_Private()
93 stash->ScatterDestroy = NULL; in MatStashCreate_Private()
107 if (stash->ScatterDestroy) PetscCall((*stash->ScatterDestroy)(stash)); in MatStashDestroy_Private()
/petsc/include/petsc/private/
H A Dmatimpl.h347 PetscErrorCode (*ScatterDestroy)(MatStash *); member
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1792 A->stash.ScatterDestroy = NULL; in MatCreate_ScaLAPACK()