VecCompGetSubVecs

Returns the entire array of vectors defining a compound vector

Synopsis

#include "petscvec.h"   
#include "slepcvec.h" 
PetscErrorCode VecCompGetSubVecs(Vec win,PetscInt *n,const Vec **x)
Collective on Vec

Input Parameter

win - compound vector

Output Parameter

n - number of child vectors
x - array of child vectors

See Also

VecCreateComp()

Location: src/vec/veccomp.c
Index of all sys routines
Table of Contents for all manual pages
Index of all manual pages