Home
last modified time | relevance | path

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

/petsc/src/tao/bound/tutorials/
H A Djbearing2.c216 PetscReal ecc = user->ecc, trule1, trule2, trule3, trule4, trule5, trule6; in FormFunctionGradient() local
252 trule5 = trule1; /* L(i,j-1) */ in FormFunctionGradient()
255 vdown = -(trule5 + trule2) * hyhy; in FormFunctionGradient()
259 …vmiddle = (hxhx) * (trule1 + trule2 + trule3 + trule4) + hyhy * (trule1 + trule2 + trule5 + trule6… in FormFunctionGradient()
331 PetscReal ecc = user->ecc, trule1, trule2, trule3, trule4, trule5, trule6; in FormHessian() local
358 trule5 = trule1; /* L(i,j-1) */ in FormHessian()
361 vdown = -(trule5 + trule2) * hyhy; in FormHessian()
365 …vmiddle = (hxhx) * (trule1 + trule2 + trule3 + trule4) + hyhy * (trule1 + trule2 + trule5 + trule6… in FormHessian()