PetscErrorCode VecSetValue(Vec v,int row,PetscScalar value, InsertMode mode);Not Collective
v | - the vector | |
row | - the row location of the entry | |
value | - the value to insert | |
mode | - either INSERT_VALUES or ADD_VALUES |
These values may be cached, so VecAssemblyBegin() and VecAssemblyEnd() MUST be called after all calls to VecSetValues() have been completed.
VecSetValues() uses 0-based indices in Fortran as well as in C.
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