Home
last modified time | relevance | path

Searched defs:yr (Results 1 – 25 of 32) sorted by relevance

12

/petsc/src/sys/classes/draw/interface/
H A Ddviewp.c25 …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 Ddcoor.c23 …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 Ddline.c24 …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 Ddrect.c124 …awRectangle(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscReal yr, int c1, int c2… in PetscDrawRectangle()
H A Ddtri.c52 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 Ddrawnull.c36 … 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 Dzoom.c20 PetscReal dpause, xc, yc, scale = 1.0, w, h, xr, xl, yr, yl, xmin, xmax, ymin, ymax; in PetscDrawZoom() local
H A Daxisc.c254 PetscReal xl, xr, yl, yr, dxl = 0, dyl = 0, dxr = 0, dyr = 0; in PetscDrawAxisDraw() local
H A Dlgc.c510 PetscReal xl, yl, xr, yr, tw, th; in PetscDrawLGDraw() local
/petsc/src/sys/classes/draw/impls/x/
H A Dxops.c16 …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 Ddrawimage.c19 … 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 Dtikz.c86 … 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 Deuler.c98 …ode TSComputeLinearStability_Euler(TS ts, PetscReal xr, PetscReal xi, PetscReal *yr, PetscReal *yi) in TSComputeLinearStability_Euler()
/petsc/src/ts/tests/
H A Dex4.c277 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 Dtseig.c83 PetscReal yr, yi; in TSLinearStabilityIndicator() local
H A Dtsmon.c603 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 Dfdmatrix.c48 PetscReal xr, yr, xl, yl, h, w; in MatFDColoringView_Draw() local
/petsc/include/
H A Dpetscdraw.h254 PetscReal *yr; member
/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.c175 …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 Dmimex.c310 …ode TSComputeLinearStability_Mimex(TS ts, PetscReal xr, PetscReal xi, PetscReal *yr, PetscReal *yi) in TSComputeLinearStability_Mimex()
/petsc/src/ts/impls/symplectic/basicsymplectic/
H A Dbasicsymplectic.c358 …uteLinearStability_BasicSymplectic(TS ts, PetscReal xr, PetscReal xi, PetscReal *yr, PetscReal *yi) in TSComputeLinearStability_BasicSymplectic()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij.c388 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 Dsell.c1310 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 Dgr2.c81 PetscReal xl, yl, xr, yr, x, y; in VecView_MPI_Draw_DA2d_Zoom() local
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c1151 …ode TSComputeLinearStability_Theta(TS ts, PetscReal xr, PetscReal xi, PetscReal *yr, PetscReal *yi) in TSComputeLinearStability_Theta()

12