Lines Matching refs:rhx
129 PetscReal rhx = mx + 1, rhy = my + 1; in FormFunctionGradient() local
196 d1 *= rhx; in FormFunctionGradient()
197 d2 *= rhx; in FormFunctionGradient()
201 d6 *= rhx; in FormFunctionGradient()
203 d8 *= rhx; in FormFunctionGradient()
227 d2 = (user->left[j + 1] - x[j * mx]) * rhx; in FormFunctionGradient()
232 d2 = (user->bottom[i + 1] - user->bottom[i + 2]) * rhx; in FormFunctionGradient()
238 d1 = (x[(j + 1) * mx - 1] - user->right[j + 1]) * rhx; in FormFunctionGradient()
245 d4 = (user->top[i + 1] - user->top[i]) * rhx; in FormFunctionGradient()
251 d2 = (user->bottom[0] - user->bottom[1]) * rhx; in FormFunctionGradient()
256 d2 = (user->top[mx + 1] - user->top[mx]) * rhx; in FormFunctionGradient()
309 PetscReal rhx = mx + 1, rhy = my + 1; in QuadraticH() local
365 d1 = (xc - xl) * rhx; in QuadraticH()
366 d2 = (xc - xr) * rhx; in QuadraticH()
370 d6 = (xrb - xb) * rhx; in QuadraticH()
372 d8 = (xlt - xt) * rhx; in QuadraticH()