Lines Matching refs:ce
39 …e DMGetLocalBoundingBox_DA(DM da, PetscReal lmin[], PetscReal lmax[], PetscInt cs[], PetscInt ce[]) in DMGetLocalBoundingBox_DA() argument
72 if (ce) ce[d] = lmax[d]; in DMGetLocalBoundingBox_DA()
122 if (ce) { in DMGetLocalBoundingBox_DA()
123 ce[0] = xe; in DMGetLocalBoundingBox_DA()
124 if (dim > 1) ce[1] = ye; in DMGetLocalBoundingBox_DA()
125 if (dim > 2) ce[2] = ze; in DMGetLocalBoundingBox_DA()
133 PetscInt cs[2], ce[2]; in private_DMDALocatePointsIS_2D_Regular() local
142 PetscCall(DMGetLocalBoundingBox_DA(dmregular, gmin_l, gmax_l, cs, ce)); in private_DMDALocatePointsIS_2D_Regular()
145 xe = ce[0]; in private_DMDALocatePointsIS_2D_Regular()
146 ye = ce[1]; in private_DMDALocatePointsIS_2D_Regular()
195 PetscInt cs[3], ce[3]; in private_DMDALocatePointsIS_3D_Regular() local
205 PetscCall(DMGetLocalBoundingBox_DA(dmregular, gmin_l, gmax_l, cs, ce)); in private_DMDALocatePointsIS_3D_Regular()
209 xe = ce[0]; in private_DMDALocatePointsIS_3D_Regular()
210 ye = ce[1]; in private_DMDALocatePointsIS_3D_Regular()
211 ze = ce[2]; in private_DMDALocatePointsIS_3D_Regular()