Lines Matching refs:xb
119 PetscScalar f2, f4, d1, d2, d3, d4, xc, xl, xr, xt, xb; in FormObjectiveLocal() local
130 xl = xr = xb = xt = xc; in FormObjectiveLocal()
137 xb = user->bottom[i + 1]; in FormObjectiveLocal()
138 } else xb = x[j - 1][i]; in FormObjectiveLocal()
151 d4 = (xc - xb); 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()
238 xb = user->bottom[i + 1]; in FormFunctionLocal()
240 } else xb = x[j - 1][i]; in FormFunctionLocal()
258 d4 = (xc - xb); in FormFunctionLocal()
260 d6 = (xrb - xb); 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()
333 xb = user->bottom[i + 1]; in FormJacobianLocal()
335 } else xb = x[j - 1][i]; in FormJacobianLocal()
358 d4 = (xc - xb) / hy; in FormJacobianLocal()
360 d6 = (xrb - xb) / hx; in FormJacobianLocal()