Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c484 PetscInt *rbuffer = rootlabels + rcumlabels; in PCBDDCGraphComputeConnectedComponents() local
488 if (!rbuffer[j]) { /* found a new cc */ in PCBDDCGraphComputeConnectedComponents()
490 rbuffer[j] = ++subset_counter; in PCBDDCGraphComputeConnectedComponents()
502 if (same_set) rbuffer[k] = subset_counter; in PCBDDCGraphComputeConnectedComponents()