Searched refs:mrlabels (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 438 PetscInt *labels, *rootlabels, *mrlabels; in PCBDDCGraphComputeConnectedComponents() local 459 PetscCall(PetscCalloc2(nmr, &mrlabels, nrs, &rootlabels)); in PCBDDCGraphComputeConnectedComponents() 463 PetscCall(PetscSFGatherBegin(graph->interface_subset_sf, MPIU_INT, labels, mrlabels)); in PCBDDCGraphComputeConnectedComponents() 464 PetscCall(PetscSFGatherEnd(graph->interface_subset_sf, MPIU_INT, labels, mrlabels)); in PCBDDCGraphComputeConnectedComponents() 483 const PetscInt *mrbuffer = mrlabels + mcumlabels; in PCBDDCGraphComputeConnectedComponents() 515 PetscCall(PetscFree2(mrlabels, rootlabels)); in PCBDDCGraphComputeConnectedComponents()
|