Searched refs:dptr2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | gs.c | 1133 PetscScalar *dptr1, *dptr2, *dptr3, *in1, *in2; in PCTFS_gs_gop_vec_pairwise_plus() local 1149 dptr2 = gs->out; in PCTFS_gs_gop_vec_pairwise_plus() 1173 dptr3 = dptr2; in PCTFS_gs_gop_vec_pairwise_plus() 1175 PetscCall(PCTFS_rvec_copy(dptr2, dptr1 + *iptr * step, step)); in PCTFS_gs_gop_vec_pairwise_plus() 1176 dptr2 += step; in PCTFS_gs_gop_vec_pairwise_plus() 1316 PetscScalar *dptr1, *dptr2, *dptr3, *in1, *in2; in PCTFS_gs_gop_pairwise_plus_hc() local 1337 dptr2 = gs->out; in PCTFS_gs_gop_pairwise_plus_hc() 1364 dptr3 = dptr2; in PCTFS_gs_gop_pairwise_plus_hc() 1365 while (*iptr >= 0) *dptr2++ = *(dptr1 + *iptr++); in PCTFS_gs_gop_pairwise_plus_hc()
|