VecSetOption
Sets an option for controling a vector's behavior.
Synopsis
#include "petscvec.h"
int VecSetOption(Vec x,VecOption op)
Collective on Vec
Input Parameter
| x | - the vector
|
| op | - the option
|
Notes
Currently the only option supported is
VEC_IGNORE_OFF_PROC_ENTRIES, which causes VecSetValues() to ignore
entries destined to be stored on a seperate processor.
Keywords
vector, options
Level:intermediate
Location:src/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages