Home
last modified time | relevance | path

Searched defs:_p_PetscDraw (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Ddrawimpl.h53 struct _p_PetscDraw { struct
55 PetscReal pause; /* sleep time after a synchronized flush */
56 PetscReal port_xl, port_yl, port_xr, port_yr;
57 PetscReal coor_xl, coor_yl, coor_xr, coor_yr;
58 PetscReal currentpoint_x[20], currentpoint_y[20];
59 …boundbox_xl, boundbox_yl, boundbox_xr, boundbox_yr; /* need to have this for each current point? */
83 struct _p_PetscDrawLG { argument