Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex15.c516 …oss_NS = 0.25 * (skew_N - skew_S), newt_E = e_E + de_E * PetscSqr(ux_E), newt_W = e_W + de_W * Pet… in FormJacobianLocal() local
570 v[1] = -hydhx * newt_W + cross_NS; in FormJacobianLocal()
571 v[2] = hxdhy * (newt_N + newt_S) + hydhx * (newt_E + newt_W) - sc * PetscExpScalar(u); in FormJacobianLocal()
603 v[3] = -hydhx * newt_W + cross_NS; in FormJacobianLocal()
604 v[4] = hxdhy * (newt_N + newt_S) + hydhx * (newt_E + newt_W) - sc * PetscExpScalar(u); in FormJacobianLocal()
784 … = deta(user, xx, yy, ux_S, uy_S), newt_E = e_E + de_E * PetscSqr(ux_E), newt_W = e_W + de_W * Pet… in NonlinearGS() local
791 J = hxdhy * (newt_N + newt_S) + hydhx * (newt_E + newt_W) - sc * eu; in NonlinearGS()