Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/
H A Deige.c255 PetscReal xmin, xmax, ymin, ymax, *xloc, *yloc, *value, px0, py0, rscale, iscale; in KSPPlotEigenContours_Private() local
282 iscale = -py0 / (PetscSqr(px0) + PetscSqr(py0)); in KSPPlotEigenContours_Private()
287 tx = px * rscale - py * iscale; in KSPPlotEigenContours_Private()
288 ty = py * rscale + px * iscale; in KSPPlotEigenContours_Private()