Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex5.c106 PetscBool drawcontours; /* flag - 1 indicates drawing contours */ member
248 usermonitor.drawcontours = PETSC_FALSE; in main()
249 PetscCall(PetscOptionsHasName(NULL, NULL, "-drawcontours", &usermonitor.drawcontours)); in main()
250 if (usermonitor.drawcontours) { in main()
334 if (usermonitor.drawcontours) PetscCall(PetscViewerDestroy(&usermonitor.drawviewer)); in main()
743 if (user->drawcontours) PetscCall(VecView(T, viewer)); in Monitor()