Home
last modified time | relevance | path

Searched refs:LA_xred (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c591 PetscScalar *LA_xred; in PCApply_Telescope() local
593 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()
H A Dtelescope_dmda.c901 PetscScalar *LA_xred; in PCApply_Telescope_dmda() local
904 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()
/petsc/src/ksp/ksp/tutorials/
H A Dex73.c459 PetscScalar *LA_xred; in DMShellDAFieldScatter_Forward() local
462 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()