Home
last modified time | relevance | path

Searched refs:e_W (Results 1 – 1 of 1) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex15.c430 …y_E), e_W = eta(user, xx, yy, ux_W, uy_W), e_N = eta(user, xx, yy, ux_N, uy_N), e_S = eta(user, xx… in FormFunctionLocal() local
516e_W = eta(user, xx, yy, ux_W, uy_W), e_N = eta(user, xx, yy, ux_N, uy_N), e_S = eta(user, xx, yy, … in FormJacobianLocal() local
543 v[1] = -hydhx * e_W; in FormJacobianLocal()
546 v[2] = (e_W + e_E) * hydhx + (e_S + e_N) * hxdhy; in FormJacobianLocal()
784e_W = eta(user, xx, yy, ux_W, uy_W), e_N = eta(user, xx, yy, ux_N, uy_N), e_S = eta(user, xx, yy, … in NonlinearGS() local