#include "slepcvec.h" PetscErrorCode VecCreateComp(MPI_Comm comm,PetscInt *Nx,PetscInt n,VecType t,Vec Vparent,Vec *V)Collective on Vec
comm | - communicator for the new Vec | |
Nx | - array of (initial) global sizes of child vectors | |
n | - number of child vectors | |
t | - type of the child vectors | |
Vparent | - (optional) template vector |
Location: src/sys/vec/veccomp.c
Index of all sys routines
Table of Contents for all manual pages
Index of all manual pages