Searched refs:drawcontours (Results 1 – 1 of 1) sorted by relevance
106 PetscBool drawcontours; /* flag - 1 indicates drawing contours */ member248 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()