Lines Matching refs:ed
132 PetscInt m, M, bs, st, ed; in PCTelescopeSetUp_default() local
171 PetscCall(VecGetOwnershipRange(xred, &st, &ed)); in PCTelescopeSetUp_default()
172 PetscCall(ISCreateStride(comm, ed - st, st, 1, &isin)); in PCTelescopeSetUp_default()
174 PetscCall(VecGetOwnershipRange(x, &st, &ed)); in PCTelescopeSetUp_default()
249 PetscInt st, ed; in PCTelescopeSubNullSpaceCreate_Telescope() local
258 PetscCall(VecGetOwnershipRange(sub_vecs[k], &st, &ed)); in PCTelescopeSubNullSpaceCreate_Telescope()
260 for (i = 0; i < ed - st; i++) LA_sub_vec[i] = x_array[i]; in PCTelescopeSubNullSpaceCreate_Telescope()
571 PetscInt i, st, ed; in PCApply_Telescope() local
592 PetscCall(VecGetOwnershipRange(xred, &st, &ed)); in PCApply_Telescope()
594 for (i = 0; i < ed - st; i++) LA_xred[i] = x_array[i]; in PCApply_Telescope()
607 PetscCall(VecGetOwnershipRange(yred, &st, &ed)); in PCApply_Telescope()
609 for (i = 0; i < ed - st; i++) array[i] = LA_yred[i]; in PCApply_Telescope()
622 PetscInt i, st, ed; in PCApplyRichardson_Telescope() local
645 PetscCall(VecGetOwnershipRange(yred, &st, &ed)); in PCApplyRichardson_Telescope()
647 for (i = 0; i < ed - st; i++) LA_yred[i] = x_array[i]; in PCApplyRichardson_Telescope()