Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c285 PetscInt *my_donors, *donor_indices, *my_donor_indices; in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() local
291 PetscCall(PetscMalloc1(vEnd - vStart, &my_donor_indices)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
304 my_donor_indices[minv - vStart] = f; in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
307 …PetscCall(PetscSFBcastBegin(face_sfs[num_directions], MPIU_INT, my_donor_indices, donor_indices, M… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
308 …PetscCall(PetscSFBcastEnd(face_sfs[num_directions], MPIU_INT, my_donor_indices, donor_indices, MPI… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
309 PetscCall(PetscFree(my_donor_indices)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()