Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpvecimpl.h69 PETSC_INTERN PetscErrorCode VecGetValues_MPI(Vec, PetscInt, const PetscInt[], PetscScalar[]);
H A Dpbvec.c508 PetscDesignatedInitializer(getvalues, VecGetValues_MPI),
H A Dpdvec.c710 PetscErrorCode VecGetValues_MPI(Vec xin, PetscInt ni, const PetscInt ix[], PetscScalar y[]) in VecGetValues_MPI() function