VecSetOption

Allows one to set options for a vectors behavior.

Synopsis

int VecSetOption(Vec x,VecOption op)
Collective on Vec

Input Parameter

x - the vector
op - the option

Note: Currently the only option supported isVEC_IGNORE_OFF_PROC_ENTRIES, which causes VecSetValues() to ignoreentries destined to be stored on a seperate processor.

Keywords

vector, options

Location: src/vec/interface/vector.c
Vector Index
Table of Contents