Searched refs:lbox_low (Results 1 – 1 of 1) sorted by relevance
158 PetscReal lbox_low[3], lbox_high[3], gbox_low[3], gbox_high[3]; in CheckPointInsertion_Boundary() local174 PetscCall(DMGetLocalBoundingBox(cdm, lbox_low, lbox_high)); in CheckPointInsertion_Boundary()182 …for (PetscInt d = 0; d < dim; ++d) coords[(Np - 1) * dim + d] = 0.5 * (lbox_high[d] - lbox_low[d]); in CheckPointInsertion_Boundary()