Lines Matching refs:oH
605 Mat M = NULL, dH = NULL, oH = NULL, dA = NULL, oA = NULL; local
665 if (ismpiaij) PetscCall(MatMPIAIJGetSeqAIJ(hA->cooMat, &dH, &oH, NULL));
671 if (oH) {
672 PetscCall(PetscLayoutDestroy(&oH->cmap));
673 …l(PetscLayoutCreateFromSizes(PetscObjectComm((PetscObject)oH), oA->cmap->n, oA->cmap->n, 1, &oH->c…
675 PetscCall(MatSetPreallocationCOO(oH, coo_n, coo_i, coo_j));
693 if (ismpiaij) PetscCall(MatMPIAIJGetSeqAIJ(hA->cooMat, &dH, &oH, NULL));
698 if (oH) {
700 PetscCall(MatSetValuesCOO(oH, a, INSERT_VALUES));
714 hypre_CSRMatrix *dH, *oH; local
746 oH = hypre_ParCSRMatrixOffd(parcsr);
764 HYPRE_Int nc = hypre_CSRMatrixNumCols(oH);
768 PetscCall(hypreCSRMatrixGetCOO_Private(oH, &coo_n, &coo_i, &coo_j));
790 if (oA) PetscCall(MatSetValuesCOOFromCSRMatrix_Private(oA, oH));