VecCreateSeq

Creates a standard, sequential array-style vector.

Synopsis

int VecCreateSeq(MPI_Comm comm,int n,Vec *V)
Collective on MPI_Comm

Input Parameter

comm - the communicator, should be PETSC_COMM_SELF
n - the vector length

Output Parameter

V -the vector

Notes

Use VecDuplicate() or VecDuplicateVecs() to form additional vectors of thesame type as an existing vector.

Keywords

vector, sequential, create, BLAS

See Also

VecCreateMPI(), VecCreate(), VecDuplicate(), VecDuplicateVecs(), VecCreateGhost()

Examples

src/vec/examples/tutorials/ex4f.F
src/vec/examples/tutorials/ex4f90.F

Location: src/vec/impls/seq/bvec2.c
Vector Index
Table of Contents