Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/interface/
H A Ddline.c24 PetscErrorCode PetscDrawGetBoundingBox(PetscDraw draw, PetscReal *xl, PetscReal *yl, PetscReal *xr,… in PetscDrawGetBoundingBox() function
/petsc/include/
H A Dpetscdraw.h204 PETSC_EXTERN PetscErrorCode PetscDrawGetBoundingBox(PetscDraw, PetscReal *, PetscReal *, PetscReal …
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c849 PetscCall(PetscDrawGetBoundingBox(draw, NULL, &bottom, NULL, NULL)); in PCView_MG()