Home
last modified time | relevance | path

Searched defs:bbox (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/is/sf/utils/
H A Dsfcoord.c3 …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
/petsc/src/dm/impls/swarm/
H A Dswarm_migrate.c442 CollectBBox *bbox, *recv_bbox; in DMSwarmCollect_DMDABoundingBox() local
/petsc/src/snes/tutorials/
H A Dex4.c47 PetscReal bbox[4] = {0.}; in main() local
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c396 double bbox[6]; /* Bounding box */ member