petsc-3.7.1 2016-05-15
Report Typos and Errors

VecISSet

Sets the elements of a vector, specified by an index set, to a constant

Synopsis

#include "petscvec.h"  
PetscErrorCode VecISSet(Vec V,IS S, PetscScalar c)

Input Parameter

V - the vector Many br
S - the locations in the vector Many br
c - the constant Many br

See Also

VecSet()

Many br

Level:advanced
Location:
src/vec/vec/utils/projection.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages