Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex15.c430 …x_W, uy_W), e_N = eta(user, xx, yy, ux_N, uy_N), e_S = eta(user, xx, yy, ux_S, uy_S), uxx = -hy * … in FormFunctionLocal() local
516e_N = eta(user, xx, yy, ux_N, uy_N), e_S = eta(user, xx, yy, ux_S, uy_S), de_E = deta(user, xx, yy… in FormJacobianLocal() local
546 v[2] = (e_W + e_E) * hydhx + (e_S + e_N) * hxdhy; in FormJacobianLocal()
552 v[4] = -hxdhy * e_N; in FormJacobianLocal()
784e_N = eta(user, xx, yy, ux_N, uy_N), e_S = eta(user, xx, yy, ux_S, uy_S), de_E = deta(user, xx, yy… in NonlinearGS() local