Searched refs:PetscDrawArrow (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex7.c | 44 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 D | dline.c | 177 PetscErrorCode PetscDrawArrow(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal y… in PetscDrawArrow() function
|
| /petsc/src/ts/tutorials/phasefield/ |
| H A D | heat.c | 388 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 D | biharmonic.c | 665 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 D | petscdraw.h | 128 PETSC_EXTERN PetscErrorCode PetscDrawArrow(PetscDraw, PetscReal, PetscReal, PetscReal, PetscReal, i…
|