VecGetType
Gets the vector type name (as a string) from the vector.
Synopsis
#include "vec.h"
int VecGetType(Vec vec,VecType *type)
Not Collective
Input Parameter
vec -the vector
Output Parameter
type -the vector type name
Keywords
vector, get, type, name
See Also
VecSetType()
Level:intermediate
Location:src/vec/utils/gcreatev.c
Vector Index
Table of Contents