VecCreateSeq#

Creates a standard, sequential array-style vector.

Synopsis#

#include "petscvec.h"   
PetscErrorCode VecCreateSeq(MPI_Comm comm, PetscInt n, Vec *v)

Collective

Input Parameters#

Output Parameter#

  • v - the vector

Notes#

It is recommended to use VecCreateFromOptions() instead of this routine

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

See Also#

Vectors and Parallel Data, Vec, VecType, VecCreateMPI(), VecCreate(), VecDuplicate(), VecDuplicateVecs(), VecCreateGhost()

Level#

intermediate

Location#

src/vec/vec/impls/seq/vseqcr.c

Examples#

src/ts/tutorials/ex43.c
src/dm/tutorials/ex25.c
src/ts/tutorials/extchemfield.c
src/ts/tutorials/ex5.c
src/ts/tutorials/ex20td.c
src/ts/tutorials/extchem.c
src/ts/tutorials/ex1f.F90
src/ts/tutorials/ex6.c
src/dm/field/tutorials/ex1.c
src/ts/utils/dmplexlandau/tutorials/ex1.c


Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages