Searched refs:yints (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex26.c | 260 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 D | ex69.c | 211 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 D | ex19.c | 236 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()
|