Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/tests/
H A Dex1.c158 PetscReal lbox_low[3], lbox_high[3], gbox_low[3], gbox_high[3]; in CheckPointInsertion_Boundary() local
169 PetscCall(DMGetBoundingBox(cdm, gbox_low, gbox_high)); in CheckPointInsertion_Boundary()
177 if ((gbox_high[d] - lbox_high[d]) != 0.) adjacentdim = d; in CheckPointInsertion_Boundary()