Lines Matching refs:hx
154 PetscReal hx, sx; in FormFunction() local
164 hx = 1.0 / (PetscReal)Mx; in FormFunction()
165 sx = 1.0 / (hx * hx); in FormFunction()
210 PetscReal hx, x, r; in FormInitialSolution() local
218 hx = 1.0 / (PetscReal)Mx; in FormInitialSolution()
248 x = i * hx; in FormInitialSolution()
280 PetscReal x, y, hx, pause, sx, len, max, xx[2], yy[2]; in MyMonitor() local
297 hx = 1.0 / (PetscReal)Mx; in MyMonitor()
298 sx = 1.0 / (hx * hx); in MyMonitor()
315 xs = xx[0] / hx; in MyMonitor()
316 xm = (xx[1] - xx[0]) / hx; in MyMonitor()
324 x = hx * xs; in MyMonitor()
330 x += hx; in MyMonitor()
343 x = xs * hx; in MyMonitor()
354 x += hx; in MyMonitor()
366 x = hx * xs; in MyMonitor()
367 PetscCall(PetscDrawLGSetLimits(lg, x, x + (xm - 1) * hx, -1.1, 1.1)); in MyMonitor()
373 x += hx; in MyMonitor()
381 x = hx * xs; in MyMonitor()
393 x += cnt * hx; in MyMonitor()