Home
last modified time | relevance | path

Searched refs:VecGetValues_Seq (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/vec/impls/
H A Ddvecimpl.h26 PETSC_INTERN PetscErrorCode VecGetValues_Seq(Vec, PetscInt, const PetscInt *, PetscScalar *);
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c489 PetscErrorCode VecGetValues_Seq(Vec xin, PetscInt ni, const PetscInt ix[], PetscScalar y[]) in VecGetValues_Seq() function
767 PetscDesignatedInitializer(getvalues, VecGetValues_Seq),