Home
last modified time | relevance | path

Searched refs:yinte (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
287 yinte = info->ys + info->ym; in FormIFunctionLocal()
303 if (yinte == info->my) { in FormIFunctionLocal()
305 yinte = yinte - 1; in FormIFunctionLocal()
342 for (j = yints; j < yinte; j++) { in FormIFunctionLocal()
/petsc/src/snes/tests/
H A Dex69.c211 PetscInt xints, xinte, yints, yinte, i, j; in FormFunctionLocal() local
244 yinte = info->ys + info->ym; in FormFunctionLocal()
260 if (yinte == info->my) { in FormFunctionLocal()
262 yinte = yinte - 1; in FormFunctionLocal()
299 for (j = yints; j < yinte; j++) { in FormFunctionLocal()
/petsc/src/snes/tutorials/
H A Dex19.c236 PetscInt xints, xinte, yints, yinte, i, j; in FormFunctionLocal() local
263 yinte = info->ys + info->ym; in FormFunctionLocal()
279 if (yinte == info->my) { in FormFunctionLocal()
281 yinte = yinte - 1; in FormFunctionLocal()
318 for (j = yints; j < yinte; j++) { in FormFunctionLocal()
374 PetscInt xints, xinte, yints, yinte, i, j, k, l; in NonlinearGS() local
426 yinte = info.ys + info.ym; in NonlinearGS()
447 if (yinte == info.my) { in NonlinearGS()