Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c14 extern PetscErrorCode MatRestoreRow_MPIAIJ(Mat, PetscInt, PetscInt *, PetscInt **, PetscScalar **);
2443 PetscCall(MatRestoreRow_MPIAIJ(C, row, &ncols, &cols, NULL)); in MatCreateSubMatrices_MPIAIJ_Local()
2721 PetscCall(MatRestoreRow_MPIAIJ(C, old_row, &ncols, &cols, &vals)); in MatCreateSubMatrices_MPIAIJ_Local()
H A Dmpiaij.c1796 PetscErrorCode MatRestoreRow_MPIAIJ(Mat mat, PetscInt row, PetscInt *nz, PetscInt **idx, PetscScala… in MatRestoreRow_MPIAIJ() function
2710 MatRestoreRow_MPIAIJ,
5834 PetscCall(MatRestoreRow_MPIAIJ(B, row + l, &ncols, NULL, NULL)); in MatGetBrowsOfAoCols_MPIAIJ()
5889 PetscCall(MatRestoreRow_MPIAIJ(B, row + ll, &ncols, &cols, NULL)); in MatGetBrowsOfAoCols_MPIAIJ()
5921 PetscCall(MatRestoreRow_MPIAIJ(B, row + ll, &ncols, NULL, &vals)); in MatGetBrowsOfAoCols_MPIAIJ()