Searched refs:PetscViewerDrawGetBounds (Results 1 – 4 of 4) sorted by relevance
170 PetscCall(PetscViewerDrawGetBounds(v, &nbounds, &bounds)); in VecView_MPI_Draw_DA1d()
143 PetscCall(PetscViewerDrawGetBounds(viewer, &nbounds, &bounds)); in VecView_MPI_Draw_DA2d()
270 PETSC_EXTERN PetscErrorCode PetscViewerDrawGetBounds(PetscViewer, PetscInt *, const PetscReal **);
642 PetscErrorCode PetscViewerDrawGetBounds(PetscViewer viewer, PetscInt *nbounds, const PetscReal *bou… in PetscViewerDrawGetBounds() function