Lines Matching refs:xlt
142 PetscReal f1, f2, f3, f4, f5, f6, d1, d2, d3, d4, d5, d6, d7, d8, xc, xl, xr, xt, xb, xlt, xrb; in FormConstraints() local
161 xlt = xrb = xl = xr = xb = xt = xc; in FormConstraints()
165 xlt = user->left[j + 2]; in FormConstraints()
186 xlt = user->top[i]; in FormConstraints()
191 if (i > 0 && j + 1 < my) xlt = x[row - 1 + mx]; in FormConstraints()
200 d7 = (xlt - xl); in FormConstraints()
201 d8 = (xt - xlt); in FormConstraints()
264 …Real f1, f2, f3, f4, f5, f6, d1, d2, d3, d4, d5, d6, d7, d8, xc, xl, xr, xt, xb, xlt, xrb; in FormJacobian() local
285 xlt = xrb = xl = xr = xb = xt = xc; in FormJacobian()
290 xlt = user->left[j + 2]; in FormJacobian()
311 xlt = user->top[i]; in FormJacobian()
316 if (i > 0 && j + 1 < my) xlt = x[row - 1 + mx]; in FormJacobian()
325 d7 = (xlt - xl) / hy; in FormJacobian()
326 d8 = (xlt - xt) / hx; in FormJacobian()