Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c631 PetscInt *leaf_donor_cones; in DMPlexCorrectOrientationForIsoperiodic() local
681 PetscCall(PetscMalloc2(leafnumvert * 3, &leaf_donor_coords, leafconesize, &leaf_donor_cones)); in DMPlexCorrectOrientationForIsoperiodic()
683 …PetscCall(PetscSFBcastBegin(sf_face_cones, MPIU_INT, mydonor_cones, leaf_donor_cones, MPI_REPLACE)… in DMPlexCorrectOrientationForIsoperiodic()
685 … PetscCall(PetscSFBcastEnd(sf_face_cones, MPIU_INT, mydonor_cones, leaf_donor_cones, MPI_REPLACE)); in DMPlexCorrectOrientationForIsoperiodic()
721 donor_vertex = leaf_donor_cones[cones_offset + v]; in DMPlexCorrectOrientationForIsoperiodic()
742 PetscInt *donor_cone_array = &leaf_donor_cones[cones_offset + num_verts]; in DMPlexCorrectOrientationForIsoperiodic()
815 PetscCall(PetscFree2(leaf_donor_coords, leaf_donor_cones)); in DMPlexCorrectOrientationForIsoperiodic()