petsc-3.11.4 2019-09-28
Report Typos and Errors

Vec

Abstract PETSc vector object

Synopsis

typedef struct _p_Vec*         Vec;

See Also

VecCreate(), VecType, VecSetType()

Level

beginner

Location

src/vec/vscat/../../../include/petscvec.h

Examples

src/vec/vec/utils/tagger/examples/tutorials/ex1.c.html
src/vec/vec/examples/tutorials/ex7.c.html
src/vec/vec/examples/tutorials/ex1f.F90.html
src/vec/vec/examples/tutorials/ex1f90.F90.html
src/vec/vec/examples/tutorials/ex16f.F90.html
src/dm/impls/stag/examples/tutorials/ex2.c.html
src/dm/impls/stag/examples/tutorials/ex3.c.html
src/dm/impls/stag/examples/tutorials/ex4.c.html
src/dm/examples/tutorials/ex10.c.html
src/dm/examples/tutorials/ex13f90aux.F90.html
src/ksp/ksp/examples/tutorials/ex9.c.html

Implementations

_p_Vec in include/petsc/private/vecimpl.h

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