Home
last modified time | relevance | path

Searched refs:yhigh (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/classes/draw/utils/
H A Daxisc.c171 axis->yhigh = ymax; in PetscDrawAxisSetLimits()
199 if (ymax) *ymax = axis->yhigh; in PetscDrawAxisGetLimits()
274 if (axis->ylow == axis->yhigh) { in PetscDrawAxisDraw()
276 axis->yhigh += .5; in PetscDrawAxisDraw()
303 yl = (dyl * axis->yhigh + dyr * axis->ylow - axis->ylow) / (dyl + dyr - 1); in PetscDrawAxisDraw()
304 yr = (dyl * axis->yhigh + dyr * axis->ylow - axis->yhigh) / (dyl + dyr - 1); in PetscDrawAxisDraw()
310 PetscCall(PetscDrawLine(draw, axis->xlow, axis->ylow, axis->xlow, axis->yhigh, ac)); in PetscDrawAxisDraw()
311 PetscCall(PetscDrawLine(draw, axis->xlow, axis->yhigh, axis->xhigh, axis->yhigh, ac)); in PetscDrawAxisDraw()
312 PetscCall(PetscDrawLine(draw, axis->xhigh, axis->ylow, axis->xhigh, axis->yhigh, ac)); in PetscDrawAxisDraw()
316 PetscReal x = (axis->xlow + axis->xhigh) / 2, y = axis->yhigh + 0.5 * th; in PetscDrawAxisDraw()
[all …]
/petsc/share/petsc/bin/
H A Ddmnetwork_view.py356 yhigh = colors.normMaxVal or 0
358 if ylow == yhigh:
361 ylow = yhigh = 1
363 ylow = yhigh = 0
365 ylow = yhigh = 0.5
369 cbar.ax.set_ylim([ylow - epsilon, yhigh + epsilon])
372 cbar.ax.set_ylim([ylow, yhigh])
/petsc/include/petsc/private/
H A Ddrawimpl.h99 PetscReal xlow, ylow, xhigh, yhigh; /* User - coord limits */ member
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1559 #define PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, xleft_loc, ylow… argument
1574 *yhigh_loc = PetscMin(last_row, yhigh); \
1621 PetscInt ystart, ylow, yhigh, ylow_loc, yhigh_loc; in PCGASMCreateSubdomains2D() local
1649 yhigh = PetscMin(ystart + maxheight + overlap, N); in PCGASMCreateSubdomains2D()
1660 …PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_l… in PCGASMCreateSubdomains2D()
1706 yhigh = y[q][1]; in PCGASMCreateSubdomains2D()
1707 …PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_l… in PCGASMCreateSubdomains2D()