Lines Matching refs:MatISSetLocalMat
95 PetscCall(MatISSetLocalMat(C, lC)); in MatPtAPNumeric_IS_XAIJ()
360 PetscCall(MatISSetLocalMat(B, lB)); in MatConvert_SeqXAIJ_IS()
694 PetscCall(MatISSetLocalMat(B, lA)); in MatConvert_XAIJ_IS()
816 PetscCall(MatISSetLocalMat(B, lA)); in MatConvert_XAIJ_IS()
1064 PetscCall(MatISSetLocalMat(B, lA)); in MatConvert_Nest_IS()
1104 PetscCall(MatISSetLocalMat(*newmat, lA)); in MatConvert_Nest_IS()
1120 PetscCall(MatISSetLocalMat(*newmat, M)); in MatConvert_Nest_IS()
1272 PetscCall(MatISSetLocalMat(C, lC)); in MatTranspose_IS()
1507 PetscCall(MatISSetLocalMat(*newmat, newlocmat)); in MatCreateSubMatrix_IS()
1641 PetscCall(MatISSetLocalMat(A, lA)); in MatISSetAllowRepeated_IS()
1670 PetscCall(MatISSetLocalMat(A, nA)); in MatISSetAllowRepeated_IS()
2054 PetscCall(MatISSetLocalMat(B, localmat)); in MatDuplicate_IS()
2509 PetscCall(MatISSetLocalMat(A, lA)); in MatLoad_IS()
3022 PetscCall(MatISSetLocalMat(A, newlA)); in MatAssemblyEnd_IS()
3175 PetscErrorCode MatISSetLocalMat(Mat mat, Mat local) in MatISSetLocalMat() function
3311 PetscCall(MatISSetLocalMat(*submat, lA)); in MatGetLocalSubMatrix_IS()