Searched refs:yee (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 622 yee = ys + ym; in FormJacobianLocal() 628 if (ys + ym == my) yee = ys + ym - 1; in FormJacobianLocal() 631 for (j = yes; j < yee; j++) { in FormJacobianLocal() 712 PetscInt xes, yes, zes, xee, yee, zee; in FormFunctionLocal() local 738 yee = ys + ym; in FormFunctionLocal() 744 if (ys + ym == my) yee = ys + ym - 1; in FormFunctionLocal() 747 for (j = yes; j < yee; j++) { in FormFunctionLocal() 790 PetscInt xes, yes, zes, xee, yee, zee; in TangentLoad() local 826 yee = ys + ym; in TangentLoad() [all …]
|