Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dvecimpl.h85 …PetscErrorCode (*stridesubsetgather)(Vec, PetscInt, const PetscInt[], const PetscInt[], Vec, Inser… member
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c522 PetscDesignatedInitializer(stridesubsetgather, VecStrideSubSetGather_Default),
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c781 PetscDesignatedInitializer(stridesubsetgather, VecStrideSubSetGather_Default),
/petsc/src/vec/vec/utils/
H A Dvinv.c948 PetscUseTypeMethod(v, stridesubsetgather, nidx, idxv, idxs, s, addv); in VecStrideSubSetGather()