Home
last modified time | relevance | path

Searched refs:copyhashtoxaij (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dseqhashmat.h144 A->ops->copyhashtoxaij = MatCopyHashToXAIJ_Seq_Hash; in MatSetUp_Seq_Hash()
/petsc/src/mat/impls/aij/mpi/
H A Dmpihashmat.h226 A->ops->copyhashtoxaij = MatCopyHashToXAIJ_MPI_Hash; in MatSetUp_MPI_Hash()
/petsc/include/petsc/private/
H A Dmatimpl.h207 PetscErrorCode (*copyhashtoxaij)(Mat, Mat); member
/petsc/src/mat/interface/
H A Dmatrix.c135 PetscUseTypeMethod(A, copyhashtoxaij, B); in MatCopyHashToXAIJ()