Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c1133 PetscScalar *dptr1, *dptr2, *dptr3, *in1, *in2; in PCTFS_gs_gop_vec_pairwise_plus() local
1146 dptr1 = dptr3 = gs->pw_vals; in PCTFS_gs_gop_vec_pairwise_plus()
1166 PetscCall(PCTFS_rvec_copy(dptr3, in_vals + *iptr * step, step)); in PCTFS_gs_gop_vec_pairwise_plus()
1167 dptr3 += step; in PCTFS_gs_gop_vec_pairwise_plus()
1173 dptr3 = dptr2; in PCTFS_gs_gop_vec_pairwise_plus()
1179 …PetscCallMPI(MPIU_Isend(dptr3, *msg_size * step, MPIU_SCALAR, *msg_list, MSGTAG1 + PCTFS_my_id, gs… in PCTFS_gs_gop_vec_pairwise_plus()
1316 PetscScalar *dptr1, *dptr2, *dptr3, *in1, *in2; in PCTFS_gs_gop_pairwise_plus_hc() local
1334 dptr1 = dptr3 = gs->pw_vals; in PCTFS_gs_gop_pairwise_plus_hc()
1357 while (*iptr >= 0) *dptr3++ = *(in_vals + *iptr++); in PCTFS_gs_gop_pairwise_plus_hc()
1364 dptr3 = dptr2; in PCTFS_gs_gop_pairwise_plus_hc()
[all …]