Vec#
Abstract PETSc vector object
Synopsis#
typedef struct _p_Vec *Vec;
See Also#
VecCreate()
, VecType
, VecSetType()
Level#
beginner
Location#
Examples#
src/vec/vec/utils/tagger/tutorials/ex1.c.html
src/vec/vec/tutorials/ex16f.F90.html
src/vec/vec/tutorials/ex1f90.F90.html
src/vec/vec/tutorials/ex1f.F90.html
src/vec/vec/tutorials/ex7.c.html
src/mat/tutorials/ex3.c.html
src/dm/impls/stag/tutorials/ex2.c.html
src/dm/impls/stag/tutorials/ex3.c.html
src/dm/impls/stag/tutorials/ex4.c.html
src/dm/impls/stag/tutorials/ex6.c.html
src/dm/tutorials/ex10.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