#include <petscvec.h> PetscErrorCode VecSetValueLocal(Vec v,PetscInt row,PetscScalar value, InsertMode mode);Not Collective Many br
v | - the vector Many br | |
row | - the row location of the entry Many br | |
value | - the value to insert Many br | |
mode | - either INSERT_VALUES or ADD_VALUES Many br |
These values may be cached, so VecAssemblyBegin() and VecAssemblyEnd() Many brMUST be called after all calls to VecSetValues() have been completed. Many br
VecSetValues() uses 0-based indices in Fortran as well as in C. Many br
Many br
Level:beginner
Location:src/vec/vec/../../../include/petscvec.h
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages