| /petsc/src/sys/classes/draw/interface/ |
| H A D | dviewp.c | 25 …orCode PetscDrawSetViewPort(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr) in PetscDrawSetViewPort() 62 …de PetscDrawGetViewPort(PetscDraw draw, PetscReal *xl, PetscReal *yl, PetscReal *xr, PetscReal *yr) in PetscDrawGetViewPort() 95 PetscReal xl, xr, yl, yr, h; in PetscDrawSplitViewPort() local 158 PetscReal *xl, *xr, *yl, *yr, h; in PetscDrawViewPortsCreate() local 239 PetscReal *xl, *xr, *yl, *yr, hx, hy; in PetscDrawViewPortsCreateRect() local
|
| H A D | dcoor.c | 23 …ode PetscDrawSetCoordinates(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr) in PetscDrawSetCoordinates() 54 …PetscDrawGetCoordinates(PetscDraw draw, PetscReal *xl, PetscReal *yl, PetscReal *xr, PetscReal *yr) in PetscDrawGetCoordinates()
|
| H A D | dline.c | 24 …PetscDrawGetBoundingBox(PetscDraw draw, PetscReal *xl, PetscReal *yl, PetscReal *xr, PetscReal *yr) in PetscDrawGetBoundingBox() 151 PetscErrorCode PetscDrawLine(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr… in PetscDrawLine() 177 …Code PetscDrawArrow(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int cl) in PetscDrawArrow()
|
| H A D | drect.c | 124 …awRectangle(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2… in PetscDrawRectangle()
|
| H A D | dtri.c | 52 PetscReal xl = 0.0, yl = 0.0, xr = 1.0, yr = 1.0; in PetscDrawScalePopup() local
|
| /petsc/src/sys/classes/draw/impls/null/ |
| H A D | drawnull.c | 36 … PetscDrawLine_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int cl) in PetscDrawLine_Null() 42 …PetscDrawArrow_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int cl) in PetscDrawArrow_Null() 48 …tangle_Null(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2… in PetscDrawRectangle_Null()
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | zoom.c | 20 PetscReal dpause, xc, yc, scale = 1.0, w, h, xr, xl, yr, yl, xmin, xmax, ymin, ymax; in PetscDrawZoom() local
|
| H A D | axisc.c | 254 PetscReal xl, xr, yl, yr, dxl = 0, dyl = 0, dxr = 0, dyr = 0; in PetscDrawAxisDraw() local
|
| H A D | lgc.c | 510 PetscReal xl, yl, xr, yr, tw, th; in PetscDrawLGDraw() local
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xops.c | 16 …Code PetscDrawSetViewport_X(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr) in PetscDrawSetViewport_X() 82 …ode PetscDrawLine_X(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int cl) in PetscDrawLine_X() 97 …de PetscDrawArrow_X(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int cl) in PetscDrawArrow_X() 131 …Rectangle_X(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2… in PetscDrawRectangle_X() 292 PetscReal xr = draw->port_xr, yr = draw->port_yr; in PetscDrawClear_X() local
|
| /petsc/src/sys/classes/draw/impls/image/ |
| H A D | drawimage.c | 19 … PetscDrawSetViewport_Image(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr) in PetscDrawSetViewport_Image() 116 … PetscDrawLine_Image(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c) in PetscDrawLine_Image() 129 …PetscDrawArrow_Image(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c) in PetscDrawArrow_Image() 162 …angle_Image(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2… in PetscDrawRectangle_Image()
|
| /petsc/src/sys/classes/draw/impls/tikz/ |
| H A D | tikz.c | 86 … PetscDrawLine_TikZ(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int cl) in PetscDrawLine_TikZ() 96 …tangle_TikZ(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2… in PetscDrawRectangle_TikZ()
|
| /petsc/src/ts/impls/explicit/euler/ |
| H A D | euler.c | 98 …ode TSComputeLinearStability_Euler(TS ts, PetscReal xr, PetscReal xi, PetscReal *yr, PetscReal *yi) in TSComputeLinearStability_Euler()
|
| /petsc/src/ts/tests/ |
| H A D | ex4.c | 277 PetscReal dx, dy, a, epsilon, xc, xl, xr, yl, yr; in RHSJacobian() local 406 PetscReal xc, xl, xr, yl, yr; in RHSFunction() local
|
| /petsc/src/ts/interface/ |
| H A D | tseig.c | 83 PetscReal yr, yi; in TSLinearStabilityIndicator() local
|
| H A D | tsmon.c | 603 PetscReal xl, yl, xr, yr, h; in TSMonitorDrawSolution() local 645 PetscReal U0, U1, xl, yl, xr, yr, h; in TSMonitorDrawSolutionPhase() local
|
| /petsc/src/mat/matfd/ |
| H A D | fdmatrix.c | 48 PetscReal xr, yr, xl, yl, h, w; in MatFDColoringView_Draw() local
|
| /petsc/include/ |
| H A D | petscdraw.h | 254 PetscReal *yr; member
|
| /petsc/src/sys/classes/draw/impls/win32/ |
| H A D | win32draw.c | 175 …angle_Win32(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2… in PetscDrawRectangle_Win32() 203 …scDrawLine_Win32(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int color) in PetscDrawLine_Win32()
|
| /petsc/src/ts/impls/mimex/ |
| H A D | mimex.c | 310 …ode TSComputeLinearStability_Mimex(TS ts, PetscReal xr, PetscReal xi, PetscReal *yr, PetscReal *yi) in TSComputeLinearStability_Mimex()
|
| /petsc/src/ts/impls/symplectic/basicsymplectic/ |
| H A D | basicsymplectic.c | 358 …uteLinearStability_BasicSymplectic(TS ts, PetscReal xr, PetscReal xi, PetscReal *yr, PetscReal *yi) in TSComputeLinearStability_BasicSymplectic()
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij.c | 388 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqSBAIJ_Draw_Zoom() local 456 PetscReal xl, yl, xr, yr, w, h; in MatView_SeqSBAIJ_Draw() local
|
| /petsc/src/mat/impls/sell/seq/ |
| H A D | sell.c | 1310 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqSELL_Draw_Zoom() local 1396 PetscReal xr, yr, xl, yl, h, w; in MatView_SeqSELL_Draw() local
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 81 PetscReal xl, yl, xr, yr, x, y; in VecView_MPI_Draw_DA2d_Zoom() local
|
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 1151 …ode TSComputeLinearStability_Theta(TS ts, PetscReal xr, PetscReal xi, PetscReal *yr, PetscReal *yi) in TSComputeLinearStability_Theta()
|