Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/tests/
H A Dex7.c44 PetscCall(PetscDrawArrow(draw, 1 * w / 4, 0 + 2, 1 * w / 4, h - 2, g)); in main()
45 PetscCall(PetscDrawArrow(draw, 3 * w / 4, h - 2, 3 * w / 4, 0 + 2, g)); in main()
47 PetscCall(PetscDrawArrow(draw, 0 + 2, 3 * h / 4, w - 2, 3 * h / 4, g)); in main()
48 PetscCall(PetscDrawArrow(draw, w - 2, 1 * h / 4, 0 + 2, 1 * h / 4, g)); in main()
/petsc/src/sys/classes/draw/interface/
H A Ddline.c177 PetscErrorCode PetscDrawArrow(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal y… in PetscDrawArrow() function
/petsc/src/ts/tutorials/phasefield/
H A Dheat.c388 PetscCall(PetscDrawArrow(draw, x, y, x, y + len, PETSC_DRAW_RED)); in MyMonitor()
391 PetscCall(PetscDrawArrow(draw, x, y, x, y + len, PETSC_DRAW_BLUE)); in MyMonitor()
H A Dbiharmonic.c665 PetscCall(PetscDrawArrow(draw, x, y, x, y + len, PETSC_DRAW_RED)); in MyMonitor()
694 PetscCall(PetscDrawArrow(draw, x, y2, x, y2 + len2, PETSC_DRAW_PLUM)); in MyMonitor()
713 PetscCall(PetscDrawArrow(draw, x, y2, x, y2 + len2, PETSC_DRAW_PLUM)); in MyMonitor()
716 PetscCall(PetscDrawArrow(draw, x, y, x, y + len, PETSC_DRAW_BLUE)); in MyMonitor()
/petsc/include/
H A Dpetscdraw.h128 PETSC_EXTERN PetscErrorCode PetscDrawArrow(PetscDraw, PetscReal, PetscReal, PetscReal, PetscReal, i…