Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c456 PetscCall(PetscSFGetGraph(graph->interface_subset_sf, &nrs, NULL, NULL, NULL)); in PCBDDCGraphComputeConnectedComponents()
457 PetscCall(PetscSFGetMultiSF(graph->interface_subset_sf, &msf)); in PCBDDCGraphComputeConnectedComponents()
461 PetscCall(PetscSFComputeDegreeBegin(graph->interface_subset_sf, &n_ref_sharing)); in PCBDDCGraphComputeConnectedComponents()
462 PetscCall(PetscSFComputeDegreeEnd(graph->interface_subset_sf, &n_ref_sharing)); 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()
513 …PetscCall(PetscSFBcastBegin(graph->interface_subset_sf, MPIU_INT, rootlabels, labels, MPI_REPLACE)… in PCBDDCGraphComputeConnectedComponents()
514 … PetscCall(PetscSFBcastEnd(graph->interface_subset_sf, MPIU_INT, rootlabels, labels, MPI_REPLACE)); in PCBDDCGraphComputeConnectedComponents()
1100 PetscCall(PetscSFCreate(comm, &graph->interface_subset_sf)); in PCBDDCGraphSetUp()
1140 …PetscCall(PetscSFSetGraph(graph->interface_subset_sf, nri, nli, ilocal, PETSC_OWN_POINTER, iremote… in PCBDDCGraphSetUp()
[all …]
H A Dbddcprivate.c1765 PetscCall(PetscSFGetGraph(graph->interface_subset_sf, &nr, NULL, NULL, NULL)); in PCBDDCComputeNoNetFlux()
1766 PetscCall(PetscSFGetMultiSF(graph->interface_subset_sf, &msf)); in PCBDDCComputeNoNetFlux()
1769 PetscCall(PetscSFComputeDegreeBegin(graph->interface_subset_sf, &degree)); in PCBDDCComputeNoNetFlux()
1770 PetscCall(PetscSFComputeDegreeEnd(graph->interface_subset_sf, &degree)); in PCBDDCComputeNoNetFlux()
1775 PetscCall(PetscSFScatterBegin(graph->interface_subset_sf, MPIU_INT, mmask, mask)); in PCBDDCComputeNoNetFlux()
1776 PetscCall(PetscSFScatterEnd(graph->interface_subset_sf, MPIU_INT, mmask, mask)); in PCBDDCComputeNoNetFlux()
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h58 PetscSF interface_subset_sf; member