Home
last modified time | relevance | path

Searched refs:PetscViewerDrawResize (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tutorials/phasefield/
H A Dpotentials.c20 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1200, 800)); in main()
H A Dbiharmonic2.c68 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 600, 600)); in main()
H A Dbiharmonic3.c67 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 600, 600)); in main()
H A Dheat.c292 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1200, 800)); in MyMonitor()
H A Dbiharmonic.c477 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 800, 600)); in MyMonitor()
/petsc/include/
H A Dpetscviewer.h268 PETSC_EXTERN PetscErrorCode PetscViewerDrawResize(PetscViewer, int, int);
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c103 PetscErrorCode PetscViewerDrawResize(PetscViewer v, int w, int h) in PetscViewerDrawResize() function