Searched refs:sf_vert_coords (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 599 PetscSF sf_vert_coords, sf_face_cones; in DMPlexCorrectOrientationForIsoperiodic() local 624 … face_sf, fStart, fEnd, face_vertices_size, &rootnumvert, &leafnumvert, &rootbt, &sf_vert_coords)); in DMPlexCorrectOrientationForIsoperiodic() 682 …PetscCall(PetscSFBcastBegin(sf_vert_coords, vertex_unit, mydonor_vertices, leaf_donor_coords, MPI_… in DMPlexCorrectOrientationForIsoperiodic() 684 …PetscCall(PetscSFBcastEnd(sf_vert_coords, vertex_unit, mydonor_vertices, leaf_donor_coords, MPI_RE… in DMPlexCorrectOrientationForIsoperiodic() 686 PetscCall(PetscSFDestroy(&sf_vert_coords)); in DMPlexCorrectOrientationForIsoperiodic()
|