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