Home
last modified time | relevance | path

Searched refs:dptr1 (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()
1175 PetscCall(PCTFS_rvec_copy(dptr2, dptr1 + *iptr * step, step)); in PCTFS_gs_gop_vec_pairwise_plus()
1199 PetscCallBLAS("BLASaxpy", BLASaxpy_(&dstep, &d1, in2, &i1, dptr1 + *iptr * step, &i1)); in PCTFS_gs_gop_vec_pairwise_plus()
1207 PetscCall(PCTFS_rvec_copy(in_vals + *pw * step, dptr1, step)); in PCTFS_gs_gop_vec_pairwise_plus()
1208 dptr1 += step; 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()
1365 while (*iptr >= 0) *dptr2++ = *(dptr1 + *iptr++); in PCTFS_gs_gop_pairwise_plus_hc()
1390 while (*iptr >= 0) *(dptr1 + *iptr++) += *in2++; in PCTFS_gs_gop_pairwise_plus_hc()
[all …]