VecGetType

Gets the vector type name (as a string) from the vector.

Synopsis

#include "petscvec.h" 
int VecGetType(Vec vec,VecType *type)
Not Collective

Input Parameter

vec -the vector

Output Parameter

type -the vector type name

See Also

VecSetType()

Level:intermediate
Location:
src/vec/utils/gcreatev.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages