Searched refs:PetscViewerDrawSetBounds (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 311 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 D | biharmonic2.c | 67 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 2, vbounds)); in main()
|
| H A D | biharmonic3.c | 66 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 2, vbounds)); in main()
|
| H A D | heat.c | 291 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor()
|
| H A D | biharmonic.c | 476 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex2.c | 85 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, bounds)); in main()
|
| H A D | ex21.c | 90 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, bounds)); in main()
|
| /petsc/include/ |
| H A D | petscviewer.h | 269 PETSC_EXTERN PetscErrorCode PetscViewerDrawSetBounds(PetscViewer, PetscInt, const PetscReal *);
|
| /petsc/src/ts/tests/ |
| H A D | ex5.c | 253 PetscCall(PetscViewerDrawSetBounds(usermonitor.drawviewer, dof, bounds)); in main()
|