VecType

String with the name of a PETSc vector or the creation function with an optional dynamic library name, for example http://www.mcs.anl.gov/petsc/lib.a:myveccreate()

Synopsis

#define VEC_SEQ         "seq"
#define VEC_MPI         "mpi"
#define VEC_FETI        "feti"
#define VEC_SHARED      "shared"
#define VEC_ESI         "esi"
#define VEC_PETSCESI    "petscesi"
typedef char*  VecType;

See Also

VecSetType(), Vec

Level:beginner
Location:
src/vec/../../include/petscvec.h
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages