Searched refs:bboxes (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfcoord.c | 120 PetscReal bbox[6], *bboxes, *target_coords; in PetscSFSetGraphFromCoordinates() local 137 PetscCall(PetscMalloc1(size * 2 * dim, &bboxes)); in PetscSFSetGraphFromCoordinates() 139 PetscCallMPI(MPI_Allgather(bbox, msize, MPIU_REAL, bboxes, msize, MPIU_REAL, comm)); in PetscSFSetGraphFromCoordinates() 148 if (IntersectBoundingBox_Internal(dim, bbox, &bboxes[2 * dim * r], tol)) { in PetscSFSetGraphFromCoordinates() 181 PetscCall(PetscFree(bboxes)); in PetscSFSetGraphFromCoordinates()
|