Lines Matching refs:hy

118   PetscScalar hx, hy;  in FormObjectiveLocal()  local
125 hy = 1.0 / (my + 1); in FormObjectiveLocal()
126 area = 0.5 * hx * hy; in FormObjectiveLocal()
155 d3 /= hy; in FormObjectiveLocal()
156 d4 /= hy; in FormObjectiveLocal()
168 d3 = (user->left[j + 1] - user->left[j + 2]) / hy; in FormObjectiveLocal()
176 d3 = (user->bottom[i + 1] - x[0][i]) / hy; in FormObjectiveLocal()
183 d4 = (user->right[j] - user->right[j + 1]) / hy; in FormObjectiveLocal()
189 d1 = (x[my - 1][i] - user->top[i + 1]) / hy; in FormObjectiveLocal()
195 d1 = (user->left[0] - user->left[1]) / hy; in FormObjectiveLocal()
200 d1 = (user->right[ym + 1] - user->right[ym]) / hy; in FormObjectiveLocal()
216 PetscScalar hx, hy, hydhx, hxdhy; in FormFunctionLocal() local
223 hy = 1.0 / (my + 1); in FormFunctionLocal()
224 hydhx = hy / hx; in FormFunctionLocal()
225 hxdhy = hx / hy; in FormFunctionLocal()
273 d3 /= hy; in FormFunctionLocal()
274 d4 /= hy; in FormFunctionLocal()
275 d5 /= hy; in FormFunctionLocal()
277 d7 /= hy; in FormFunctionLocal()
308 PetscScalar hx, hy, hydhx, hxdhy; in FormJacobianLocal() local
316 hy = 1.0 / (my + 1); in FormJacobianLocal()
317 hydhx = hy / hx; in FormJacobianLocal()
318 hxdhy = hx / hy; in FormJacobianLocal()
357 d3 = (xc - xt) / hy; in FormJacobianLocal()
358 d4 = (xc - xb) / hy; in FormJacobianLocal()
359 d5 = (xrb - xr) / hy; in FormJacobianLocal()
361 d7 = (xlt - xl) / hy; in FormJacobianLocal()
462 PetscScalar det, hx, hy, xt = 0, yt = 0; in FormBoundaryConditions_Enneper() local
486 hy = 1.0 / (my + 1.0); in FormBoundaryConditions_Enneper()
530 else yt = yt + hy; /* if (j==2 || j==3) */ in FormBoundaryConditions_Enneper()
554 PetscScalar hx, hy, xt = 0, yt = 0; in FormBoundaryConditions_Sins() local
577 hy = 1.0 / (my + 1.0); in FormBoundaryConditions_Sins()
613 else yt = yt + hy; in FormBoundaryConditions_Sins()