Lines Matching refs:xl
119 PetscScalar f2, f4, d1, d2, d3, d4, xc, xl, xr, xt, xb; in FormObjectiveLocal() local
130 xl = xr = xb = xt = xc; in FormObjectiveLocal()
133 xl = user->left[j + 1]; in FormObjectiveLocal()
134 } else xl = x[j][i - 1]; in FormObjectiveLocal()
148 d1 = (xc - xl); in FormObjectiveLocal()
217 PetscScalar f1, f2, f3, f4, f5, f6, d1, d2, d3, d4, d5, d6, d7, d8, xc, xl, xr, xt, xb, xlt, xrb; in FormFunctionLocal() local
230 xlt = xrb = xl = xr = xb = xt = xc; in FormFunctionLocal()
233 xl = user->left[j + 1]; in FormFunctionLocal()
235 } else xl = x[j][i - 1]; in FormFunctionLocal()
255 d1 = (xc - xl); in FormFunctionLocal()
261 d7 = (xlt - xl); in FormFunctionLocal()
309 PetscScalar f1, f2, f3, f4, f5, f6, d1, d2, d3, d4, d5, d6, d7, d8, xc, xl, xr, xt, xb, xlt, xrb; in FormJacobianLocal() local
323 xlt = xrb = xl = xr = xb = xt = xc; in FormJacobianLocal()
327 xl = user->left[j + 1]; in FormJacobianLocal()
329 } else xl = x[j][i - 1]; in FormJacobianLocal()
355 d1 = (xc - xl) / hx; in FormJacobianLocal()
361 d7 = (xlt - xl) / hy; in FormJacobianLocal()