Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex45.c62 PetscCall(VecStrideSubSetGather(v, PETSC_DETERMINE, vidx, NULL, s, INSERT_VALUES)); in main()
73 PetscCall(VecStrideSubSetGather(v, 2, vidx, sidx, s, INSERT_VALUES)); in main()
/petsc/include/
H A Dpetscvec.h356 PETSC_EXTERN PetscErrorCode VecStrideSubSetGather(Vec, PetscInt, const PetscInt[], const PetscInt[]…
/petsc/src/vec/vec/utils/
H A Dvinv.c942 PetscErrorCode VecStrideSubSetGather(Vec v, PetscInt nidx, const PetscInt idxv[], const PetscInt id… in VecStrideSubSetGather() function