Searched refs:LA_yred (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope.c | 606 const PetscScalar *LA_yred; in PCApply_Telescope() local 608 PetscCall(VecGetArrayRead(yred, &LA_yred)); in PCApply_Telescope() 609 for (i = 0; i < ed - st; i++) array[i] = LA_yred[i]; in PCApply_Telescope() 610 PetscCall(VecRestoreArrayRead(yred, &LA_yred)); in PCApply_Telescope() 644 PetscScalar *LA_yred; in PCApplyRichardson_Telescope() local 646 PetscCall(VecGetArray(yred, &LA_yred)); in PCApplyRichardson_Telescope() 647 for (i = 0; i < ed - st; i++) LA_yred[i] = x_array[i]; in PCApplyRichardson_Telescope() 648 PetscCall(VecRestoreArray(yred, &LA_yred)); in PCApplyRichardson_Telescope()
|
| H A D | telescope_dmda.c | 919 const PetscScalar *LA_yred; in PCApply_Telescope_dmda() local 921 PetscCall(VecGetArrayRead(yred, &LA_yred)); in PCApply_Telescope_dmda() 922 for (i = 0; i < ed - st; i++) array[i] = LA_yred[i]; in PCApply_Telescope_dmda() 923 PetscCall(VecRestoreArrayRead(yred, &LA_yred)); in PCApply_Telescope_dmda() 966 PetscScalar *LA_yred; in PCApplyRichardson_Telescope_dmda() local 968 PetscCall(VecGetArray(yred, &LA_yred)); in PCApplyRichardson_Telescope_dmda() 969 for (i = 0; i < ed - st; i++) LA_yred[i] = x_array[i]; in PCApplyRichardson_Telescope_dmda() 970 PetscCall(VecRestoreArray(yred, &LA_yred)); in PCApplyRichardson_Telescope_dmda()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex73.c | 492 const PetscScalar *LA_yred; in DMShellDAFieldScatter_Reverse() local 494 PetscCall(VecGetArrayRead(yc, &LA_yred)); in DMShellDAFieldScatter_Reverse() 495 for (i = 0; i < ed - st; i++) array[i] = LA_yred[i]; in DMShellDAFieldScatter_Reverse() 496 PetscCall(VecRestoreArrayRead(yc, &LA_yred)); in DMShellDAFieldScatter_Reverse()
|