Lines Matching refs:yee
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()
832 if (ys + ym == my) yee = ys + ym - 1; in TangentLoad()
835 for (j = yes; j < yee; j++) { in TangentLoad()