Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c634 PetscReal *mydonor_vertices; in DMPlexCorrectOrientationForIsoperiodic() local
638 PetscCall(PetscCalloc2(rootnumvert * dim, &mydonor_vertices, rootconesize, &mydonor_cones)); in DMPlexCorrectOrientationForIsoperiodic()
654 …for (PetscInt d = 0; d < dof; d++) mydonor_vertices[donor_vert_offset * dim + d] = PetscRealPart(c… 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()
689 PetscCall(PetscFree2(mydonor_vertices, mydonor_cones)); in DMPlexCorrectOrientationForIsoperiodic()