Home
last modified time | relevance | path

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

/petsc/src/mat/utils/ !
H A Dmatstash.c87 stash->ScatterDestroy = MatStashScatterDestroy_BTS; in MatStashCreate_Private()
979 PetscCall(MatStashScatterDestroy_BTS(stash)); in MatStashScatterEnd_BTS()
1002 PetscErrorCode MatStashScatterDestroy_BTS(MatStash *stash) in MatStashScatterDestroy_BTS() function
/petsc/include/petsc/private/ !
H A Dmatimpl.h395 PETSC_INTERN PetscErrorCode MatStashScatterDestroy_BTS(MatStash *);
/petsc/src/mat/interface/ !
H A Dmatrix.c6093 PetscCall(MatStashScatterDestroy_BTS(&mat->stash)); in MatSetOption()