Searched refs:stridesubsetgather (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 85 …PetscErrorCode (*stridesubsetgather)(Vec, PetscInt, const PetscInt[], const PetscInt[], Vec, Inser… member
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 522 PetscDesignatedInitializer(stridesubsetgather, VecStrideSubSetGather_Default),
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | bvec2.c | 781 PetscDesignatedInitializer(stridesubsetgather, VecStrideSubSetGather_Default),
|
| /petsc/src/vec/vec/utils/ |
| H A D | vinv.c | 948 PetscUseTypeMethod(v, stridesubsetgather, nidx, idxv, idxs, s, addv); in VecStrideSubSetGather()
|