Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmda.pxi298 cdef object adjust_index(object lbound, object index): argument
307 if start is not None: start -= lbound
308 if stop is not None: stop -= lbound
311 return index - lbound
/petsc/src/dm/impls/plex/
H A Dplex.c421 PetscReal lbound[3], ubound[3]; in VecView_Plex_Local_Draw_2D() local
445 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()