Skip to main content
Ctrl+K
PETSc 3.23.2 documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • VecCreateSeq

VecCreateSeq#

Creates a standard, sequential array-style vector.

Synopsis#

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

Collective

Input Parameters#

  • comm - the communicator, should be PETSC_COMM_SELF

  • n - the vector length

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/tao/leastsquares/tutorials/tomography.c
src/ksp/pc/tutorials/ex1.c
src/tao/leastsquares/tutorials/chwirut2.c
src/ksp/ksp/tutorials/ex43.c
src/ksp/ksp/tutorials/ex89f.F90
src/tao/leastsquares/tutorials/chwirut1.c
src/tao/leastsquares/tutorials/chwirut2f.F90
src/ksp/pc/tutorials/ex2.c
src/snes/tutorials/ex1f.F90
src/ksp/ksp/tutorials/ex88f.F90


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

On this page
  • Synopsis
  • Input Parameters
  • Output Parameter
  • Notes
  • See Also
  • Level
  • Location
  • Examples
Edit on GitLab
Show Source

© Copyright 1991-2025, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2025-05-22T09:06:30-0500 (v3.23.2-41-gb677dd453eaf).