Home
last modified time | relevance | path

Searched refs:PetscViewerDrawGetBounds (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/da/
H A Dgr1.c170 PetscCall(PetscViewerDrawGetBounds(v, &nbounds, &bounds)); in VecView_MPI_Draw_DA1d()
H A Dgr2.c143 PetscCall(PetscViewerDrawGetBounds(viewer, &nbounds, &bounds)); in VecView_MPI_Draw_DA2d()
/petsc/include/
H A Dpetscviewer.h270 PETSC_EXTERN PetscErrorCode PetscViewerDrawGetBounds(PetscViewer, PetscInt *, const PetscReal **);
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c642 PetscErrorCode PetscViewerDrawGetBounds(PetscViewer viewer, PetscInt *nbounds, const PetscReal *bou… in PetscViewerDrawGetBounds() function