Lines Matching refs:xlt
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()
234 xlt = user->left[j + 2]; in FormFunctionLocal()
249 xlt = user->top[i]; in FormFunctionLocal()
252 if (i > 0 && j + 1 < my) xlt = x[j + 1][i - 1]; /* left top side */ in FormFunctionLocal()
261 d7 = (xlt - xl); in FormFunctionLocal()
262 d8 = (xt - xlt); 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()
328 xlt = user->left[j + 2]; in FormJacobianLocal()
346 xlt = user->top[i]; in FormJacobianLocal()
350 if (i > 0 && j + 1 < my) xlt = x[j + 1][i - 1]; in FormJacobianLocal()
361 d7 = (xlt - xl) / hy; in FormJacobianLocal()
362 d8 = (xlt - xt) / hx; in FormJacobianLocal()