Searched refs:hamp (Results 1 – 1 of 1) sorted by relevance
5598 PetscHMapI hamp; in MatGetBrowsOfAcols_MPIXAIJ() local5612 PetscCall(PetscHMapICreateWithSize(a->B->cmap->n, &hamp)); in MatGetBrowsOfAcols_MPIXAIJ()5618 PetscCall(PetscHMapIHas(hamp, key, &has)); in MatGetBrowsOfAcols_MPIXAIJ()5621 PetscCall(PetscHMapISet(hamp, key, count++)); in MatGetBrowsOfAcols_MPIXAIJ()5628 PetscCall(PetscHMapIGetSize(hamp, &htsize)); in MatGetBrowsOfAcols_MPIXAIJ()5632 PetscCall(PetscHMapIGetKeys(hamp, &off, rowindices)); in MatGetBrowsOfAcols_MPIXAIJ()5633 PetscCall(PetscHMapIDestroy(&hamp)); in MatGetBrowsOfAcols_MPIXAIJ()