Home
last modified time | relevance | path

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

/petsc/src/mat/impls/hypre/
H A Dmhypre.c605 Mat M = NULL, dH = NULL, oH = NULL, dA = NULL, oA = NULL; local
663 dH = hA->cooMat;
665 if (ismpiaij) PetscCall(MatMPIAIJGetSeqAIJ(hA->cooMat, &dH, &oH, NULL));
667 PetscCall(PetscObjectSetName((PetscObject)dH, "_internal_COO_mat_for_hypre"));
669 PetscCall(MatSetPreallocationCOO(dH, coo_n, coo_i, coo_j));
691 dH = hA->cooMat;
693 if (ismpiaij) PetscCall(MatMPIAIJGetSeqAIJ(hA->cooMat, &dH, &oH, NULL));
697 PetscCall(MatSetValuesCOO(dH, a, INSERT_VALUES));
714 hypre_CSRMatrix *dH, *oH; local
745 dH = hypre_ParCSRMatrixDiag(parcsr);
[all …]