Home
last modified time | relevance | path

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

/petsc/share/petsc/datafiles/meshes/
H A Dsquare_bin_physnames.msh19 …�������������������~ffff�?��������������������c3333�?���������������� ���oH�����?����������������
22 …�������"����������?�~ffff�?��������#����������?�c3333�?��������$����������?oH�����?��������%������…
/petsc/src/mat/impls/hypre/
H A Dmhypre.c605 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 …]