Searched refs:donor_faces (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 1133 const PetscInt *donor_faces = NULL, *periodic_faces = NULL; in DMPlexSetBoxLabel_Internal() local 1157 PetscCall(ISGetIndices(donor_is, &donor_faces)); in DMPlexSetBoxLabel_Internal() 1165 PetscInt face = donor_faces[f], num_coords; 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() 1237 PetscCall(ISRestoreIndices(donor_is, &donor_faces)); in DMPlexSetBoxLabel_Internal()
|