Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex9.c83 if (rank == 1) PetscCall(VecSetValueLocal(gxs, 0, 2.0, INSERT_VALUES)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi104 PetscErrorCode VecSetValueLocal(PetscVec, PetscInt, PetscScalar, PetscInsertMode)
/petsc/include/
H A Dpetscvec.h504 static inline PetscErrorCode VecSetValueLocal(Vec v, PetscInt i, PetscScalar va, InsertMode mode) in VecSetValueLocal() function