Lines Matching refs:xc
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
160 xc = x[row]; in FormConstraints()
161 xlt = xrb = xl = xr = xb = xt = xc; in FormConstraints()
194 d1 = (xc - xl); in FormConstraints()
195 d2 = (xc - xr); in FormConstraints()
196 d3 = (xc - xt); in FormConstraints()
197 d4 = (xc - xb); 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
284 xc = x[row]; in FormJacobian()
285 xlt = xrb = xl = xr = xb = xt = xc; in FormJacobian()
319 d1 = (xc - xl) / hx; in FormJacobian()
320 d2 = (xc - xr) / hx; in FormJacobian()
321 d3 = (xc - xt) / hy; in FormJacobian()
322 d4 = (xc - xb) / hy; in FormJacobian()