Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex8.c40 const PetscScalar uxy = u_x[0] * u_x[1]; in hessian_11_2d() local
45 jac[1] = -v2 * uxy; in hessian_11_2d()
46 jac[2] = -v2 * uxy; in hessian_11_2d()