Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/cg/pipecg2/
H A Dpipecg2.c86 …PetscScalar *PETSC_RESTRICT pc, *PETSC_RESTRICT pd, *PETSC_RESTRICT pg0, *PETSC_RESTRICT ph0, *PET… in VecMergedOpsShort_Private() local
98 PetscCall(VecGetArray(vg0, (PetscScalar **)&pg0)); in VecMergedOpsShort_Private()
121 pc[j] = pg0[j]; in VecMergedOpsShort_Private()
132 pg0[j] = pg0[j] - alpha0 * pa1[j]; in VecMergedOpsShort_Private()
135 pg1[j] = pg0[j]; in VecMergedOpsShort_Private()
142 pc[j] = pg0[j] + beta1 * pc[j]; in VecMergedOpsShort_Private()
176 pc[j] = pg0[j]; in VecMergedOpsShort_Private()
187 pg0[j] = pg0[j] - alpha0 * pa1[j]; in VecMergedOpsShort_Private()
190 pg1[j] = pg0[j]; in VecMergedOpsShort_Private()
197 pc[j] = pg0[j] + beta1 * pc[j]; in VecMergedOpsShort_Private()
[all …]