Lines Matching refs:MatISGetLocalMat
81 PetscCall(MatISGetLocalMat(A, &lA)); in MatPtAPNumeric_IS_XAIJ()
82 PetscCall(MatISGetLocalMat(C, &lC)); in MatPtAPNumeric_IS_XAIJ()
195 PetscCall(MatISGetLocalMat(A, &lA)); in MatPtAPSymbolic_IS_XAIJ()
685 PetscCall(MatISGetLocalMat(B, &lA)); in MatConvert_XAIJ_IS()
845 PetscCall(MatISGetLocalMat(*newmat, &lA)); in MatConvert_Nest_IS()
873 PetscCall(MatISGetLocalMat(T, &lT)); in MatConvert_Nest_IS()
879 PetscCall(MatISGetLocalMat(nest[i][j], &snest[ij])); in MatConvert_Nest_IS()
1081 PetscCall(MatISGetLocalMat(*newmat, &lA)); in MatConvert_Nest_IS()
1118 PetscCall(MatISGetLocalMat(*newmat, &lA)); in MatConvert_Nest_IS()
1269 PetscCall(MatISGetLocalMat(A, &lA)); in MatTranspose_IS()
1501 PetscCall(MatISGetLocalMat(*newmat, &newlocmat)); in MatCreateSubMatrix_IS()
1503 PetscCall(MatISGetLocalMat(mat, &locmat)); in MatCreateSubMatrix_IS()
3073 PetscErrorCode MatISGetLocalMat(Mat mat, Mat *local) in MatISGetLocalMat() function
3310 PetscCall(MatISGetLocalMat(A, &lA)); in MatGetLocalSubMatrix_IS()