Searched refs:ylow (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/classes/draw/utils/ |
| H A D | axisc.c | 170 axis->ylow = ymin; in PetscDrawAxisSetLimits() 198 if (ymin) *ymin = axis->ylow; in PetscDrawAxisGetLimits() 274 if (axis->ylow == axis->yhigh) { in PetscDrawAxisDraw() 275 axis->ylow -= .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() 309 PetscCall(PetscDrawLine(draw, axis->xlow, axis->ylow, axis->xhigh, axis->ylow, ac)); in PetscDrawAxisDraw() 310 PetscCall(PetscDrawLine(draw, axis->xlow, axis->ylow, axis->xlow, axis->yhigh, ac)); in PetscDrawAxisDraw() 312 PetscCall(PetscDrawLine(draw, axis->xhigh, axis->ylow, axis->xhigh, axis->yhigh, ac)); in PetscDrawAxisDraw() 328 PetscCall(PetscDrawLine(draw, tickloc[i], axis->ylow, tickloc[i], axis->ylow + .5 * th, tc)); in PetscDrawAxisDraw() [all …]
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 355 ylow = colors.normMinVal or 0 358 if ylow == yhigh: 360 if ylow > 0: 361 ylow = yhigh = 1 362 elif ylow < 0: 363 ylow = yhigh = 0 365 ylow = yhigh = 0.5 367 epsilon = ylow * 0.00001 369 cbar.ax.set_ylim([ylow - epsilon, yhigh + epsilon]) 372 cbar.ax.set_ylim([ylow, yhigh])
|
| /petsc/include/petsc/private/ |
| H A D | drawimpl.h | 99 PetscReal xlow, ylow, xhigh, yhigh; /* User - coord limits */ member
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 1559 #define PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, xleft_loc, ylow… argument 1570 *ylow_loc = PetscMax(first_row, ylow); \ 1621 PetscInt ystart, ylow, yhigh, ylow_loc, yhigh_loc; in PCGASMCreateSubdomains2D() local 1648 ylow = PetscMax(ystart - overlap, 0); in PCGASMCreateSubdomains2D() 1660 …PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_l… in PCGASMCreateSubdomains2D() 1705 ylow = y[q][0]; in PCGASMCreateSubdomains2D() 1707 …PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_l… in PCGASMCreateSubdomains2D()
|