Lines Matching refs:xt
131 …PetscReal f1, f2, f3, f4, f5, f6, d1, d2, d3, d4, d5, d6, d7, d8, xc, xl, xr, xt, xb, xlt… in FormFunctionGradient() local
148 xlt = xrb = xl = xr = xb = xt = xc; in FormFunctionGradient()
171 xt = user->top[i + 1]; in FormFunctionGradient()
174 xt = x[row + mx]; in FormFunctionGradient()
182 d3 = (xc - xt); in FormFunctionGradient()
187 d8 = (xt - xlt); in FormFunctionGradient()
310 …PetscReal f1, f2, f3, f4, f5, f6, d1, d2, d3, d4, d5, d6, d7, d8, xc, xl, xr, xt, xb, xlt… in QuadraticH() local
331 xlt = xrb = xl = xr = xb = xt = xc; in QuadraticH()
356 xt = user->top[i + 1]; in QuadraticH()
359 xt = x[row + mx]; in QuadraticH()
367 d3 = (xc - xt) * rhy; in QuadraticH()
372 d8 = (xlt - xt) * rhx; in QuadraticH()
477 PetscReal fnorm, det, hx, hy, xt = 0, yt = 0; in MSA_BoundaryConditions() local
499 xt = l; in MSA_BoundaryConditions()
504 xt = l; in MSA_BoundaryConditions()
509 xt = l; in MSA_BoundaryConditions()
514 xt = r; in MSA_BoundaryConditions()
520 u1 = xt; in MSA_BoundaryConditions()
523 nf1 = u1 + u1 * u2 * u2 - u1 * u1 * u1 / three - xt; in MSA_BoundaryConditions()
538 xt = xt + hx; in MSA_BoundaryConditions()