Searched refs:lbound (Results 1 – 2 of 2) sorted by relevance
298 cdef object adjust_index(object lbound, object index): argument307 if start is not None: start -= lbound308 if stop is not None: stop -= lbound311 return index - lbound
421 PetscReal lbound[3], ubound[3]; in VecView_Plex_Local_Draw_2D() local445 PetscCall(DMGetBoundingBox(dm, lbound, ubound)); in VecView_Plex_Local_Draw_2D()485 PetscCall(PetscDrawSetCoordinates(draw, lbound[0], lbound[1], ubound[0], ubound[1])); in VecView_Plex_Local_Draw_2D()