Searched refs:copyhashtoxaij (Results 1 – 4 of 4) sorted by relevance
144 A->ops->copyhashtoxaij = MatCopyHashToXAIJ_Seq_Hash; in MatSetUp_Seq_Hash()
226 A->ops->copyhashtoxaij = MatCopyHashToXAIJ_MPI_Hash; in MatSetUp_MPI_Hash()
207 PetscErrorCode (*copyhashtoxaij)(Mat, Mat); member
135 PetscUseTypeMethod(A, copyhashtoxaij, B); in MatCopyHashToXAIJ()