Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c437 const PetscInt *n_ref_sharing; in PCBDDCGraphComputeConnectedComponents() local
461 PetscCall(PetscSFComputeDegreeBegin(graph->interface_subset_sf, &n_ref_sharing)); in PCBDDCGraphComputeConnectedComponents()
462 PetscCall(PetscSFComputeDegreeEnd(graph->interface_subset_sf, &n_ref_sharing)); in PCBDDCGraphComputeConnectedComponents()
482 const PetscInt *n_sharing = n_ref_sharing + rcumlabels; in PCBDDCGraphComputeConnectedComponents()