Lines Matching refs:xr
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()
178 xr = user->right[j + 1]; in FormConstraints()
181 xr = x[row + 1]; in FormConstraints()
195 d2 = (xc - xr); in FormConstraints()
198 d5 = (xr - xrb); in FormConstraints()
264 …PetscReal f1, f2, f3, f4, f5, f6, d1, d2, d3, d4, d5, d6, d7, d8, xc, xl, xr, xt, xb, xlt… in FormJacobian() local
285 xlt = xrb = xl = xr = xb = xt = xc; in FormJacobian()
303 xr = user->right[j + 1]; in FormJacobian()
306 xr = x[row + 1]; in FormJacobian()
320 d2 = (xc - xr) / hx; in FormJacobian()
323 d5 = (xrb - xr) / hy; in FormJacobian()