Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c138 static PetscErrorCode PCTFS_gs_gop_vec_plus(PCTFS_gs_id *gs, PetscScalar *in_vals, PetscInt step);
139 static PetscErrorCode PCTFS_gs_gop_vec_pairwise_plus(PCTFS_gs_id *gs, PetscScalar *in_vals, PetscIn…
147 static PetscErrorCode PCTFS_gs_gop_plus_hc(PCTFS_gs_id *gs, PetscScalar *in_vals, PetscInt dim);
148 static PetscErrorCode PCTFS_gs_gop_pairwise_plus_hc(PCTFS_gs_id *gs, PetscScalar *in_vals, PetscInt…
1131 static PetscErrorCode PCTFS_gs_gop_vec_pairwise_plus(PCTFS_gs_id *gs, PetscScalar *in_vals, PetscIn… in PCTFS_gs_gop_vec_pairwise_plus() argument
1166 PetscCall(PCTFS_rvec_copy(dptr3, in_vals + *iptr * step, step)); in PCTFS_gs_gop_vec_pairwise_plus()
1186 if (gs->max_left_over) PetscCall(PCTFS_gs_gop_vec_tree_plus(gs, in_vals, step)); 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()
1314 static PetscErrorCode PCTFS_gs_gop_pairwise_plus_hc(PCTFS_gs_id *gs, PetscScalar *in_vals, PetscInt… in PCTFS_gs_gop_pairwise_plus_hc() argument
1357 while (*iptr >= 0) *dptr3++ = *(in_vals + *iptr++); in PCTFS_gs_gop_pairwise_plus_hc()
[all …]