Home
last modified time | relevance | path

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

/petsc/src/mat/tests/output/
H A Dex182_2.out2 [0] <mat:mpiaij> MatAssemblyBegin_MPI_Hash(): Stash has 0 entries, uses 0 mallocs.
H A Dex182_6.out3 [0] <mat:mpisbaij> MatAssemblyBegin_MPI_Hash(): Stash has 0 entries, uses 0 mallocs.
/petsc/src/mat/impls/aij/mpi/
H A Dmpihashmat.h56 static PetscErrorCode MatAssemblyBegin_MPI_Hash(Mat A, PETSC_UNUSED MatAssemblyType type) in MatAssemblyBegin_MPI_Hash() function
128 PetscCall(MatAssemblyBegin_MPI_Hash(A, /*unused*/ MAT_FINAL_ASSEMBLY)); in MatCopyHashToXAIJ_MPI_Hash()
220 A->ops->assemblybegin = MatAssemblyBegin_MPI_Hash; in MatSetUp_MPI_Hash()