Lines Matching refs:xt
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()
185 xt = user->top[i + 1]; in FormConstraints()
188 xt = x[row + mx]; in FormConstraints()
196 d3 = (xc - xt); in FormConstraints()
201 d8 = (xt - xlt); 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()
310 xt = user->top[i + 1]; in FormJacobian()
313 xt = x[row + mx]; in FormJacobian()
321 d3 = (xc - xt) / hy; in FormJacobian()
326 d8 = (xlt - xt) / hx; in FormJacobian()
429 PetscReal fnorm, det, hx, hy, xt = 0, yt = 0; in MSA_BoundaryConditions() local
451 xt = l; in MSA_BoundaryConditions()
456 xt = l; in MSA_BoundaryConditions()
461 xt = l; in MSA_BoundaryConditions()
466 xt = r; in MSA_BoundaryConditions()
472 u1 = xt; in MSA_BoundaryConditions()
475 nf1 = u1 + u1 * u2 * u2 - u1 * u1 * u1 / three - xt; in MSA_BoundaryConditions()
490 xt = xt + hx; in MSA_BoundaryConditions()