Searched refs:xep (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | eptorsion2.c | 200 PetscInt xe, ye, xsm, ysm, xep, yep; in FormFunctionGradient() local 238 if (xe == mx) xep = xe + 1; in FormFunctionGradient() 239 else xep = xe; in FormFunctionGradient() 277 for (i = xs; i < xep; i++) { /* for (i=0; i<=mx; i++) */ in FormFunctionGradient() 322 PetscCall(PetscLogFlops((ye - ysm) * (xe - xsm) * 20 + (xep - xs) * (yep - ys) * 16)); in FormFunctionGradient()
|
| H A D | eptorsion2f.F90 | 122 PetscInt xep, yep, i, j, k, ind 165 xep = xe + 1 167 xep = xe 211 do i = xs, xep - 1 255 PetscCall(PetscLogFlops(20.0d0*(ye - ysm)*(xe - xsm) + 16.0d0*(xep - xs)*(yep - ys), ierr))
|