Home
last modified time | relevance | path

Searched refs:yints (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
286 yints = info->ys; in FormIFunctionLocal()
290 if (yints == 0) { in FormIFunctionLocal()
292 yints = yints + 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
243 yints = info->ys; in FormFunctionLocal()
247 if (yints == 0) { in FormFunctionLocal()
249 yints = yints + 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
262 yints = info->ys; in FormFunctionLocal()
266 if (yints == 0) { in FormFunctionLocal()
268 yints = yints + 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
425 yints = info.ys; in NonlinearGS()
430 if (yints == 0) { in NonlinearGS()