#include "petscdraw.h" PetscErrorCode PetscDrawPixelToCoordinate(PetscDraw draw,int i,int j,PetscReal *x,PetscReal *y)Not collective
| draw | - the draw where the coordinates are defined | |
| i | - the horizontal pixel location | |
| j | - the vertical pixel location |
| x | - the horizontal coordinate | |
| y | - the vertical coordinate |