Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ !
H A Dplexcreate.c1135 PetscSF centroidsf; in DMPlexSetBoxLabel_Internal() local
1198 PetscCall(PetscSFCreate(PetscObjectComm((PetscObject)dm), &centroidsf)); in DMPlexSetBoxLabel_Internal()
1199 …PetscCall(PetscSFSetGraphFromCoordinates(centroidsf, num_donor, num_periodic, centroid_comps, 1e-1… in DMPlexSetBoxLabel_Internal()
1200 PetscCall(PetscSFViewFromOptions(centroidsf, NULL, "-dm_plex_box_label_centroid_sf_view")); in DMPlexSetBoxLabel_Internal()
1211 PetscCall(PetscSFBcastBegin(centroidsf, MPIU_INT, donor_faces, leaf_faces, MPI_REPLACE)); in DMPlexSetBoxLabel_Internal()
1212 PetscCall(PetscSFBcastEnd(centroidsf, MPIU_INT, donor_faces, leaf_faces, MPI_REPLACE)); in DMPlexSetBoxLabel_Internal()
1215 PetscCall(PetscSFGetGraph(centroidsf, NULL, NULL, NULL, &firemote)); in DMPlexSetBoxLabel_Internal()
1235 PetscCall(PetscSFDestroy(&centroidsf)); in DMPlexSetBoxLabel_Internal()