Searched refs:draw_contours (Results 1 – 2 of 2) sorted by relevance
22 PetscBool draw_contours; /* flag - 1 indicates drawing contours */ member85 PetscCall(PetscOptionsHasName(NULL, NULL, "-contours", &user.draw_contours)); in main()
84 PetscBool draw_contours; /* flag - 1 indicates drawing contours */ member125 PetscCall(PetscOptionsHasName(NULL, NULL, "-contours", &user.draw_contours)); in main()160 if (user.draw_contours) PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main()