Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex26.c260 PetscInt xints, xinte, yints, yinte, i, j; in FormIFunctionLocal() local
285 xinte = info->xs + info->xm; in FormIFunctionLocal()
329 if (xinte == info->mx) { in FormIFunctionLocal()
331 xinte = xinte - 1; in FormIFunctionLocal()
343 for (i = xints; i < xinte; i++) { in FormIFunctionLocal()
/petsc/src/snes/tests/
H A Dex69.c211 PetscInt xints, xinte, yints, yinte, i, j; in FormFunctionLocal() local
242 xinte = info->xs + info->xm; in FormFunctionLocal()
286 if (xinte == info->mx) { in FormFunctionLocal()
288 xinte = xinte - 1; in FormFunctionLocal()
300 for (i = xints; i < xinte; i++) { in FormFunctionLocal()
/petsc/src/snes/tutorials/
H A Dex19.c236 PetscInt xints, xinte, yints, yinte, i, j; in FormFunctionLocal() local
261 xinte = info->xs + info->xm; in FormFunctionLocal()
305 if (xinte == info->mx) { in FormFunctionLocal()
307 xinte = xinte - 1; in FormFunctionLocal()
319 for (i = xints; i < xinte; i++) { in FormFunctionLocal()
374 PetscInt xints, xinte, yints, yinte, i, j, k, l; in NonlinearGS() local
424 xinte = info.xs + info.xm; in NonlinearGS()
481 if (xinte == info.mx) { in NonlinearGS()