Searched refs:xee (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex16.c | 603 PetscInt xes, yes, zes, xee, yee, zee; in FormJacobianLocal() local 621 xee = xs + xm; in FormJacobianLocal() 627 if (xs + xm == mx) xee = xs + xm - 1; in FormJacobianLocal() 632 for (i = xes; i < xee; i++) { in FormJacobianLocal() 712 PetscInt xes, yes, zes, xee, yee, zee; in FormFunctionLocal() local 737 xee = xs + xm; in FormFunctionLocal() 743 if (xs + xm == mx) xee = xs + xm - 1; in FormFunctionLocal() 748 for (i = xes; i < xee; i++) { in FormFunctionLocal() 790 PetscInt xes, yes, zes, xee, yee, zee; in TangentLoad() local 825 xee = xs + xm; in TangentLoad() [all …]
|