Lines Matching refs:sy
64 PetscReal hx, hy, sx, sy; in MyRHSMatMultTranspose() local
78 sy = 1.0 / (hy * hy); in MyRHSMatMultTranspose()
101 uyy = (-2.0 * ucb + x[j - 1][i].u + x[j + 1][i].u) * sy; in MyRHSMatMultTranspose()
105 vyy = (-2.0 * vcb + x[j - 1][i].v + x[j + 1][i].v) * sy; in MyRHSMatMultTranspose()
123 PetscReal hx, hy, sx, sy; in MyIMatMultTranspose() local
137 sy = 1.0 / (hy * hy); in MyIMatMultTranspose()
160 uyy = (-2.0 * ucb + x[j - 1][i].u + x[j + 1][i].u) * sy; in MyIMatMultTranspose()
164 vyy = (-2.0 * vcb + x[j - 1][i].v + x[j + 1][i].v) * sy; in MyIMatMultTranspose()
184 PetscReal hx, hy, sx, sy; in MyIMatMult() local
198 sy = 1.0 / (hy * hy); in MyIMatMult()
221 uyy = (-2.0 * ucb + x[j - 1][i].u + x[j + 1][i].u) * sy; in MyIMatMult()
225 vyy = (-2.0 * vcb + x[j - 1][i].v + x[j + 1][i].v) * sy; in MyIMatMult()