Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dvecimpl.h267 static inline PetscErrorCode VecStashValue_Private(VecStash *stash, PetscInt row, PetscScalar value) in VecStashValue_Private() function
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c758 PetscCall(VecStashValue_Private(&xin->stash, row, yv)); in VecSetValues_MPI()