#include "petscvec.h" #include "petscvec.h" PetscErrorCode VecSetValuesSection(Vec v, PetscSection s, PetscInt point, PetscScalar values[], InsertMode mode)Not collective Many br
v | - the Vec Many br | |
s | - the organizing PetscSection Many br | |
point | - the point Many br | |
values | - the array of input values Many br | |
mode | - the insertion mode, either ADD_VALUES or INSERT_VALUES Many br |
Many br
Note: This is similar to MatSetValuesStencil(). The Fortran binding is Many br
VecSetValuesSectionF90(vec, section, point, values, mode, ierr)
Level:developer
Location:src/vec/vec/utils/vsection.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages