Home
last modified time | relevance | path

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

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