Searched refs:u_W (Results 1 – 1 of 1) sorted by relevance
780 … const PetscScalar u_E = x[j][i + 1], u_W = x[j][i - 1], u_N = x[j + 1][i], u_S = x[j - 1][i]; in NonlinearGS() local784 …const PetscScalar ux_E = dhx * (u_E - u), ux_W = dhx * (u - u_W), uy_N = dhy * (u_N - u), uy_S = d… in NonlinearGS()