Searched defs:bbox (Results 1 – 4 of 4) sorted by relevance
3 …e GetBoundingBox_Internal(PetscInt npoints, PetscInt dim, const PetscReal *coords, PetscReal *bbox) in GetBoundingBox_Internal()27 static PetscBool InBoundingBox_Internal(PetscInt dim, const PetscReal *x, const PetscReal *bbox, Pe… in InBoundingBox_Internal()120 PetscReal bbox[6], *bboxes, *target_coords; in PetscSFSetGraphFromCoordinates() local
442 CollectBBox *bbox, *recv_bbox; in DMSwarmCollect_DMDABoundingBox() local
47 PetscReal bbox[4] = {0.}; in main() local
396 double bbox[6]; /* Bounding box */ member