#include "petscvec.h" int VecSetType(Vec vec, VecType method)Collective on Vec
vec | - The vector object | |
method | - The name of the vector type |
Use VecDuplicate() or VecDuplicateVecs() to form additional vectors of the same type as an existing vector.
Level:intermediate
Location:src/vec/interface/vecreg.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages