Home
last modified time | relevance | path

Searched refs:PCTFS_gs_gop_vec_plus (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);
976 PetscCall(PCTFS_gs_gop_vec_plus(gs, vals, step)); in PCTFS_gs_gop_vec()
981 PetscCall(PCTFS_gs_gop_vec_plus(gs, vals, step)); in PCTFS_gs_gop_vec()
988 static PetscErrorCode PCTFS_gs_gop_vec_plus(PCTFS_gs_id *gs, PetscScalar *vals, PetscInt step) in PCTFS_gs_gop_vec_plus() function