Searched refs:garray_local (Results 1 – 1 of 1) sorted by relevance
177 IS garray_local, garray_gl; in MatIncreaseOverlap_MPISBAIJ_Once() local219 PetscCall(ISCreateGeneral(comm, Bnbs, c->garray, PETSC_COPY_VALUES, &garray_local)); in MatIncreaseOverlap_MPISBAIJ_Once()220 PetscCall(ISAllGather(garray_local, &garray_gl)); in MatIncreaseOverlap_MPISBAIJ_Once()221 PetscCall(ISDestroy(&garray_local)); in MatIncreaseOverlap_MPISBAIJ_Once()