Home
last modified time | relevance | path

Searched refs:PetscViewerDrawSetBounds (Results 1 – 9 of 9) sorted by relevance

/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c311 if (flg) PetscCall(PetscViewerDrawSetBounds(v, nbounds / 2, bounds)); in PetscViewerSetFromOptions_Draw()
608 PetscErrorCode PetscViewerDrawSetBounds(PetscViewer viewer, PetscInt nbounds, const PetscReal *boun… in PetscViewerDrawSetBounds() function
/petsc/src/ts/tutorials/phasefield/
H A Dbiharmonic2.c67 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 2, vbounds)); in main()
H A Dbiharmonic3.c66 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 2, vbounds)); in main()
H A Dheat.c291 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor()
H A Dbiharmonic.c476 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor()
/petsc/src/ts/tutorials/
H A Dex2.c85 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, bounds)); in main()
H A Dex21.c90 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, bounds)); in main()
/petsc/include/
H A Dpetscviewer.h269 PETSC_EXTERN PetscErrorCode PetscViewerDrawSetBounds(PetscViewer, PetscInt, const PetscReal *);
/petsc/src/ts/tests/
H A Dex5.c253 PetscCall(PetscViewerDrawSetBounds(usermonitor.drawviewer, dof, bounds)); in main()