Lines Matching refs:xee
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()
831 if (xs + xm == mx) xee = xs + xm - 1; in TangentLoad()
836 for (i = xes; i < xee; i++) { in TangentLoad()