Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c1206 PetscInt *leaf_faces; in DMPlexSetBoxLabel_Internal() local
1210 PetscCall(PetscMalloc1(num_periodic, &leaf_faces)); 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()
1217 isoperiodic_leaves[l].index = leaf_faces[l]; in DMPlexSetBoxLabel_Internal()
1225 PetscCall(PetscFree(leaf_faces)); in DMPlexSetBoxLabel_Internal()