petsc-3.4.5 2014-06-29

VecSetValuesSection

Sets all the values associated with a given point, accoridng to the section, in the given Vec

Synopsis

#include "petscvec.h"   
#include "petscvec.h"   
PetscErrorCode VecSetValuesSection(Vec v, PetscSection s, PetscInt point, PetscScalar values[], InsertMode mode)
Not collective

Input Parameters

v - the Vec
s - the organizing PetscSection
point - the point
values - the array of input values
mode - the insertion mode, either ADD_VALUES or INSERT_VALUES

Note: This is similar to MatSetValuesStencil()

See Also

PetscSection, PetscSectionCreate()

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

Examples

src/snes/examples/tutorials/ex52.c.html