Searched refs:oH (Results 1 – 2 of 2) sorted by relevance
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | square_bin_physnames.msh | 19 …�~ffff�?�c3333�? oH�? 22 …"�?�~ffff�?#�?�c3333�?$�?oH�?%…
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 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 [all …]
|