Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c480 for (PetscInt i = 0, rcumlabels = 0, mcumlabels = 0; i < nr; i++) { in PCBDDCGraphComputeConnectedComponents() local
482 const PetscInt *n_sharing = n_ref_sharing + rcumlabels; in PCBDDCGraphComputeConnectedComponents()
484 PetscInt *rbuffer = rootlabels + rcumlabels; in PCBDDCGraphComputeConnectedComponents()
507 rcumlabels += subset_size; in PCBDDCGraphComputeConnectedComponents()