Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex69.c22 PetscBool draw_contours; /* flag - 1 indicates drawing contours */ member
85 PetscCall(PetscOptionsHasName(NULL, NULL, "-contours", &user.draw_contours)); in main()
/petsc/src/snes/tutorials/
H A Dex19.c84 PetscBool draw_contours; /* flag - 1 indicates drawing contours */ member
125 PetscCall(PetscOptionsHasName(NULL, NULL, "-contours", &user.draw_contours)); in main()
160 if (user.draw_contours) PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main()