Home
last modified time | relevance | path

Searched refs:MatStashScatterEnd_Ref (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/utils/
H A Dmatstash.c7 PETSC_INTERN PetscErrorCode MatStashScatterEnd_Ref(MatStash *);
92 stash->ScatterEnd = MatStashScatterEnd_Ref; in MatStashCreate_Private()
128 PETSC_INTERN PetscErrorCode MatStashScatterEnd_Ref(MatStash *stash) in MatStashScatterEnd_Ref() function
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1750 PETSC_INTERN PetscErrorCode MatStashScatterEnd_Ref(MatStash *);
1791 A->stash.ScatterEnd = MatStashScatterEnd_Ref; in MatCreate_ScaLAPACK()