Searched refs:LA_xred (Results 1 – 3 of 3) sorted by relevance
591 PetscScalar *LA_xred; in PCApply_Telescope() local593 PetscCall(VecGetArray(xred, &LA_xred)); in PCApply_Telescope()594 for (i = 0; i < ed - st; i++) LA_xred[i] = x_array[i]; in PCApply_Telescope()595 PetscCall(VecRestoreArray(xred, &LA_xred)); in PCApply_Telescope()
901 PetscScalar *LA_xred; in PCApply_Telescope_dmda() local904 PetscCall(VecGetArray(xred, &LA_xred)); in PCApply_Telescope_dmda()905 for (i = 0; i < ed - st; i++) LA_xred[i] = x_array[i]; in PCApply_Telescope_dmda()906 PetscCall(VecRestoreArray(xred, &LA_xred)); in PCApply_Telescope_dmda()
459 PetscScalar *LA_xred; in DMShellDAFieldScatter_Forward() local462 PetscCall(VecGetArray(xc, &LA_xred)); in DMShellDAFieldScatter_Forward()463 for (i = 0; i < ed - st; i++) LA_xred[i] = x_array[i]; in DMShellDAFieldScatter_Forward()464 PetscCall(VecRestoreArray(xc, &LA_xred)); in DMShellDAFieldScatter_Forward()