Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/tutorials/
H A Deptorsion2.c200 PetscInt xe, ye, xsm, ysm, xep, yep; in FormFunctionGradient() local
240 if (ye == my) yep = ye + 1; in FormFunctionGradient()
241 else yep = ye; in FormFunctionGradient()
276 for (j = ys; j < yep; j++) { /* for (j=0; j<=my; j++) */ in FormFunctionGradient()
322 PetscCall(PetscLogFlops((ye - ysm) * (xe - xsm) * 20 + (xep - xs) * (yep - ys) * 16)); in FormFunctionGradient()
H A Deptorsion2f.F90122 PetscInt xep, yep, i, j, k, ind
170 yep = ye + 1
172 yep = ye
210 do j = ys, yep - 1
255 PetscCall(PetscLogFlops(20.0d0*(ye - ysm)*(xe - xsm) + 16.0d0*(xep - xs)*(yep - ys), ierr))