Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c635 PetscInt *mydonor_cones; in DMPlexCorrectOrientationForIsoperiodic() local
638 PetscCall(PetscCalloc2(rootnumvert * dim, &mydonor_vertices, rootconesize, &mydonor_cones)); in DMPlexCorrectOrientationForIsoperiodic()
649 mydonor_cones[donor_cone_offset++] = cl_point; in DMPlexCorrectOrientationForIsoperiodic()
666 mydonor_cones[donor_cone_offset++] = cone_size; in DMPlexCorrectOrientationForIsoperiodic()
667 mydonor_cones[donor_cone_offset++] = cl_point; in DMPlexCorrectOrientationForIsoperiodic()
668 PetscArraycpy(&mydonor_cones[donor_cone_offset], cone, cone_size); 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()
689 PetscCall(PetscFree2(mydonor_vertices, mydonor_cones)); in DMPlexCorrectOrientationForIsoperiodic()